summaryrefslogtreecommitdiff
path: root/gcc/c-pragma.h
diff options
context:
space:
mode:
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>1998-10-07 14:48:02 +0000
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>1998-10-07 14:48:02 +0000
commit3e604a48b0a93a11afec333d188ead46b8ad7926 (patch)
tree5a161d99a2d6815005b31e70759a2c75713b39ae /gcc/c-pragma.h
parent0d1d1815906e6ce976e7c855f3c0d61870de1c18 (diff)
downloadgcc-3e604a48b0a93a11afec333d188ead46b8ad7926.tar.gz
Fix spelling typo in comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22895 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-pragma.h')
-rw-r--r--gcc/c-pragma.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-pragma.h b/gcc/c-pragma.h
index d7a383df4a4..685f54aeb78 100644
--- a/gcc/c-pragma.h
+++ b/gcc/c-pragma.h
@@ -63,7 +63,7 @@ extern struct weak_syms * weak_decls;
/* Define HANDLE_GENERIC_PRAGMAS if any kind of front-end pragma
parsing is to be done. The code in GCC's generic C source files
will only look for the definition of this constant. They will
- ignore definitions of HANDLE_PRAGMA_PACk and so on. */
+ ignore definitions of HANDLE_PRAGMA_PACK and so on. */
#define HANDLE_GENERIC_PRAGMAS 1
#endif