Run codespell -w against all files

and fix the wrong correction
This commit is contained in:
Xiang Xiao
2020-02-23 02:31:14 +08:00
committed by Gregory Nutt
parent a07ad7a115
commit bd4e8e19d3
526 changed files with 883 additions and 883 deletions
+1 -1
View File
@@ -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 */