summaryrefslogtreecommitdiff
path: root/src/unexmacosx.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-10-04 22:57:24 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2012-10-04 22:57:24 -0700
commit735135f9bc3c01b91ffef7c418dd9281bc347ab7 (patch)
tree94c73a545a14f064a9e30559089769f60dfbbf34 /src/unexmacosx.c
parentbe636386220e8a73b57b03572c625fa92bcf199a (diff)
downloademacs-735135f9bc3c01b91ffef7c418dd9281bc347ab7.tar.gz
Spelling fixes.
Diffstat (limited to 'src/unexmacosx.c')
-rw-r--r--src/unexmacosx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unexmacosx.c b/src/unexmacosx.c
index d38b91e955a..d304e85d490 100644
--- a/src/unexmacosx.c
+++ b/src/unexmacosx.c
@@ -119,7 +119,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
/* LC_DATA_IN_CODE is not defined in mach-o/loader.h on OS X 10.7.
But it is used if we build with "Command Line Tools for Xcode 4.5
- (OS X Lion) - Septemper 2012". */
+ (OS X Lion) - September 2012". */
#ifndef LC_DATA_IN_CODE
#define LC_DATA_IN_CODE 0x29 /* table of non-instructions in __text */
#endif