Fix spelling typo in comment.
authorNick Clifton <nickc@gcc.gnu.org>
Wed, 7 Oct 1998 14:48:02 +0000 (14:48 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Wed, 7 Oct 1998 14:48:02 +0000 (14:48 +0000)
From-SVN: r22895

gcc/c-pragma.h

index d7a383df4a49cd703d1d8582fb1695f7f03a8dff..685f54aeb78c645fc853d1df8ac908e7daa82487 100644 (file)
@@ -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