]> code.delx.au - gnu-emacs/blobdiff - src/buffer.h
Merge from trunk.
[gnu-emacs] / src / buffer.h
index 323c85a0c7710f6b2f0b5fe59abc3baf16ea41f6..e2d4b555e1142a81302ef43ef8e9c5797309a7b9 100644 (file)
@@ -978,7 +978,7 @@ extern int last_per_buffer_idx;
    variable has an index > 0 associated with it, except when it always
    has buffer-local values, in which case the index is -1.  If this is
    0, this is a bug and means that the slot of VAR in
-   buffer_local_flags wasn't intiialized.  */
+   buffer_local_flags wasn't initialized.  */
 
 #define PER_BUFFER_VAR_IDX(VAR) \
     PER_BUFFER_IDX (PER_BUFFER_VAR_OFFSET (VAR))