OSDN Git Service

*** empty log message ***
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 28 Jan 1992 03:34:46 +0000 (03:34 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 28 Jan 1992 03:34:46 +0000 (03:34 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@242 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/gbl-ctors.h

index 23d255c..5a37661 100644 (file)
@@ -1,6 +1,6 @@
 /* Definitions relating to the special __do_global_init function used
    for getting g++ file-scope static objects constructed.  This file
-   wil get included either by libgcc2.c (for systems that don't support
+   will get included either by libgcc2.c (for systems that don't support
    a .init section) or by crtstuff.c (for those that do).
 
    Written by Ron Guilmette (rfg@ncd.com)