X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/535272bb73eff5a5db01301e5b60f6128d6dc788..35cf62d95cdcd5323dcea4a5385942c342ff1d9c:/src/buffer.h diff --git a/src/buffer.h b/src/buffer.h index 323c85a0c7..c75a09c557 100644 --- a/src/buffer.h +++ b/src/buffer.h @@ -1,6 +1,6 @@ /* Header file for the buffer manipulation primitives. -Copyright (C) 1985-1986, 1993-1995, 1997-2011 +Copyright (C) 1985-1986, 1993-1995, 1997-2012 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -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))