aboutsummaryrefslogtreecommitdiff
path: root/gcc/gthr-lynx.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-09-05 15:24:15 +0000
committerKazu Hirata <kazu@cs.umass.edu>2004-09-05 15:24:15 +0000
commit86241c95b78e158fec93580a75f53bff6293e765 (patch)
treedb2d4b4b49c75785725db3dc511e5abdabfec0c9 /gcc/gthr-lynx.h
parent3a7a9ee057585ab1b2487bcc9dd6afc692b2a4bc (diff)
* c-common.c, cfgexpand.c, cgraphunit.c, defaults.h,
et-forest.c, expr.c, gimplify.c, global.c, gthr-lynx.h, hard-reg-set.h, modulo-sched.c, optabs.c, postreload-gcse.c, tree-data-ref.c, tree-flow.h, tree-if-conv.c, tree-inline.c, tree-sra.c, tree-ssa-loop-im.c, tree-ssa-loop-ivopts.c, tree-ssa-loop-niter.c, tree-ssa-operands.c, tree-ssa-operands.h, tree-ssa-propagate.c, tree-ssa-propagate.h, tree-ssa-threadupdate.c, value-prof.c, vec.c, vec.h: Fix comment typos. Follow spelling conventions. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@87104 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gthr-lynx.h')
-rw-r--r--gcc/gthr-lynx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gthr-lynx.h b/gcc/gthr-lynx.h
index 651d7198f11..1ff631d35c4 100644
--- a/gcc/gthr-lynx.h
+++ b/gcc/gthr-lynx.h
@@ -45,7 +45,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
weak. If the multi-threaded application includes iostream.h,
gthr-posix.h is included and pthread_create will be defined weak.
If pthead_create is weak its defining module in libc is not
- necessarly included in the link and the symbol is resolved to zero.
+ necessarily included in the link and the symbol is resolved to zero.
Therefore the first call to it will crash.
Since -mthreads is a multilib switch on LynxOS we know that at this