From 9c9bad970601f22c1e83f9333b912bbb2d9f7763 Mon Sep 17 00:00:00 2001 From: kazu Date: Thu, 29 Apr 2004 15:39:12 +0000 Subject: * 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 --- gcc/builtins.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/builtins.c') 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)) { -- cgit v1.2.1