summaryrefslogtreecommitdiff
path: root/gcc/gbl-ctors.h
diff options
context:
space:
mode:
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1992-01-28 03:34:46 +0000
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1992-01-28 03:34:46 +0000
commitc501243d10a7395490d43da9572bffae026aaf91 (patch)
tree26250edf5d5a3e9244791386d8cc73fe81c2316a /gcc/gbl-ctors.h
parentbf18a0352fb62dafaacd50fdc9b24282aa725fe9 (diff)
downloadgcc-c501243d10a7395490d43da9572bffae026aaf91.tar.gz
*** empty log message ***
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@242 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gbl-ctors.h')
-rw-r--r--gcc/gbl-ctors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gbl-ctors.h b/gcc/gbl-ctors.h
index 23d255cb9eb..5a37661a27f 100644
--- a/gcc/gbl-ctors.h
+++ b/gcc/gbl-ctors.h
@@ -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)