]> code.delx.au - gnu-emacs/blobdiff - src/syssignal.h
Fix bug #11367 with assertion violation during vertical motion in egg.el.
[gnu-emacs] / src / syssignal.h
index 7533a5a64fde2b7b8f3b6a8b4c5b56f808367941..86135d71215ac875c5327c23875b4559b20bcf3f 100644 (file)
@@ -1,5 +1,5 @@
 /* syssignal.h - System-dependent definitions for signals.
-   Copyright (C) 1993, 1999, 2001-2011  Free Software Foundation, Inc.
+   Copyright (C) 1993, 1999, 2001-2012  Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -39,7 +39,7 @@ extern sigset_t empty_mask;
 
 /* POSIX pretty much destroys any possibility of writing sigmask as a
    macro in standard C.  We always define our own version because the
-   predefined macro in Glibc 2.1 is only provided for compatility for old
+   predefined macro in Glibc 2.1 is only provided for compatibility for old
    programs that use int as signal mask type.  */
 #undef sigmask
 #ifdef __GNUC__