diff options
| author | Paul Eggert | 2011-11-26 20:43:11 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-11-26 20:43:11 -0800 |
| commit | e47695319fc758da7ff07d7084386258b6c8b677 (patch) | |
| tree | c1cd573850e4dd66b8df696835d52513f10dfc94 /src/lisp.h | |
| parent | 83aca1cb6970314dcc6c35c1432ebcac42811926 (diff) | |
| download | emacs-e47695319fc758da7ff07d7084386258b6c8b677.tar.gz emacs-e47695319fc758da7ff07d7084386258b6c8b677.zip | |
Spelling fixes.
Diffstat (limited to 'src/lisp.h')
| -rw-r--r-- | src/lisp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lisp.h b/src/lisp.h index dcd1167e0a2..fa41239a1c8 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -324,7 +324,7 @@ union Lisp_Object | |||
| 324 | 324 | ||
| 325 | struct | 325 | struct |
| 326 | { | 326 | { |
| 327 | /* Use explict signed, the signedness of a bit-field of type | 327 | /* Use explicit signed, the signedness of a bit-field of type |
| 328 | int is implementation defined. */ | 328 | int is implementation defined. */ |
| 329 | signed EMACS_INT val : VALBITS; | 329 | signed EMACS_INT val : VALBITS; |
| 330 | ENUM_BF (Lisp_Type) type : GCTYPEBITS; | 330 | ENUM_BF (Lisp_Type) type : GCTYPEBITS; |
| @@ -349,7 +349,7 @@ union Lisp_Object | |||
| 349 | struct | 349 | struct |
| 350 | { | 350 | { |
| 351 | ENUM_BF (Lisp_Type) type : GCTYPEBITS; | 351 | ENUM_BF (Lisp_Type) type : GCTYPEBITS; |
| 352 | /* Use explict signed, the signedness of a bit-field of type | 352 | /* Use explicit signed, the signedness of a bit-field of type |
| 353 | int is implementation defined. */ | 353 | int is implementation defined. */ |
| 354 | signed EMACS_INT val : VALBITS; | 354 | signed EMACS_INT val : VALBITS; |
| 355 | } s; | 355 | } s; |