summaryrefslogtreecommitdiff
path: root/src/m/att3b.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/m/att3b.h')
-rw-r--r--src/m/att3b.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/m/att3b.h b/src/m/att3b.h
index 53fc26780af..838a5b867b3 100644
--- a/src/m/att3b.h
+++ b/src/m/att3b.h
@@ -129,7 +129,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
? (sign_extend_temp | 0xFF000000) \
: (sign_extend_temp & 0x00FFFFFF))
-#ifdef emacs /* Don't do this when makeing xmakefile! */
+#ifdef emacs /* Don't do this when making xmakefile! */
extern int sign_extend_temp;
#endif