diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-17 15:25:05 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-17 15:25:05 -0800 |
commit | b90cfb94d68f156767d0eec818c9a2aab487422e (patch) | |
tree | 0617c394e18d15f708073ccdaac9bc519fbb2774 /src/ast_mode.h | |
parent | 0b9cdc95944ba99c9ccd839b68e402915a68be60 (diff) |
Fix spelling/wording issues
Found by using:
codespell --builtin clear,rare,usage,informal,code,names
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/ast_mode.h')
-rw-r--r-- | src/ast_mode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ast_mode.h b/src/ast_mode.h index 68b7581..a054100 100644 --- a/src/ast_mode.h +++ b/src/ast_mode.h @@ -85,7 +85,7 @@ #define DAC_NUM_EGA 64 #define DAC_NUM_VGA 256 -/* Data Structure decalration for internal use */ +/* Data Structure declaration for internal use */ typedef struct { UCHAR MISC; |