aboutsummaryrefslogtreecommitdiff
path: root/gcc/builtins.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-04-29 15:39:12 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-04-29 15:39:12 +0000
commit2b8a92de97e0f6f528dff536742a2a6cf89355b5 (patch)
tree6c0fb333200e6a04c7e72f1b30ce293bef0d3d4c /gcc/builtins.c
parent8fd583973e51d76536f33d0d57120bf69e43f408 (diff)
downloadgcc-2b8a92de97e0f6f528dff536742a2a6cf89355b5.zip
gcc-2b8a92de97e0f6f528dff536742a2a6cf89355b5.tar.gz
gcc-2b8a92de97e0f6f528dff536742a2a6cf89355b5.tar.bz2
builtins.c, [...]: Fix comment typos.
* builtins.c, cgraph.c, cgraphunit.c, final.c, fold-const.c: Fix comment typos. From-SVN: r81291
Diffstat (limited to 'gcc/builtins.c')
-rw-r--r--gcc/builtins.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/builtins.c b/gcc/builtins.c
index e2d3934..3130f3b 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))
{