diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-04-29 15:39:12 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-04-29 15:39:12 +0000 |
commit | 9c9bad970601f22c1e83f9333b912bbb2d9f7763 (patch) | |
tree | 6c0fb333200e6a04c7e72f1b30ce293bef0d3d4c /gcc/builtins.c | |
parent | 767efd18dd81f73b1b69029182b1bc5b2b0b3c1d (diff) | |
download | gcc-9c9bad970601f22c1e83f9333b912bbb2d9f7763.tar.gz |
* builtins.c, cgraph.c, cgraphunit.c, final.c, fold-const.c:
Fix comment typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81291 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/builtins.c')
-rw-r--r-- | gcc/builtins.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/builtins.c b/gcc/builtins.c index e2d393444d1..3130f3b7089 100644 --- a/gcc/builtins.c +++ b/gcc/builtins.c @@ -5134,7 +5134,7 @@ expand_builtin_fork_or_exec (tree fn, tree arglist, rtx target, int ignore) /* Otherwise call the wrapper. This should be equivalent for the rest of compiler, so the code does not diverge, and the wrapper may run the - code neccesary for keeping the profiling sane. */ + code necessary for keeping the profiling sane. */ switch (DECL_FUNCTION_CODE (fn)) { |