mirror of
https://github.com/apache/nuttx.git
synced 2026-06-01 07:45:16 +08:00
Run codespell -w against all files
and fix the wrong correction
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
/* Bit 1: Reserved */
|
||||
#define X86_FLAGS_PF (1 << 2) /* Bit 2: Parity Flag */
|
||||
/* Bit 3: Reserved */
|
||||
#define X86_FLAGS_AF (1 << 4) /* Bit 4: Auxillary carry Flag */
|
||||
#define X86_FLAGS_AF (1 << 4) /* Bit 4: Auxiliary carry Flag */
|
||||
/* Bit 5: Reserved */
|
||||
#define X86_FLAGS_ZF (1 << 6) /* Bit 6: Zero Flag */
|
||||
#define X86_FLAGS_SF (1 << 7) /* Bit 7: Sign Flag */
|
||||
|
||||
Reference in New Issue
Block a user