You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
Fix common misspellings
Fixes generated by 'codespell' and manually reviewed. Signed-off-by: Lucas De Marchi <lucas.demarchi@profusion.mobi>
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
* TODO: Erase/program both banks of a 8MB SIMM.
|
||||
*
|
||||
* It is anticipated that programming an OS Flash will be a routine
|
||||
* procedure. In the same time it is exeedingly dangerous because
|
||||
* procedure. In the same time it is exceedingly dangerous because
|
||||
* a user can program its OBP flash with OS image and effectively
|
||||
* kill the machine.
|
||||
*
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#define MAX1617_CPU_TEMP 0x01 /* Processor die temp in C */
|
||||
#define MAX1617_STATUS 0x02 /* Chip status bits */
|
||||
|
||||
/* Read-only versions of changable registers. */
|
||||
/* Read-only versions of changeable registers. */
|
||||
#define MAX1617_RD_CFG_BYTE 0x03 /* Config register */
|
||||
#define MAX1617_RD_CVRATE_BYTE 0x04 /* Temp conversion rate */
|
||||
#define MAX1617_RD_AMB_HIGHLIM 0x05 /* Ambient high limit */
|
||||
|
||||
Reference in New Issue
Block a user