OSDN Git Service

Fix spelling typo in comment.
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 7 Oct 1998 14:48:02 +0000 (14:48 +0000)
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 7 Oct 1998 14:48:02 +0000 (14:48 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22895 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/c-pragma.h

index d7a383d..685f54a 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