aboutsummaryrefslogtreecommitdiff
path: root/gcc/output.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2006-12-22 01:19:39 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2006-12-22 01:19:39 +0000
commit2e226e6699bdcf161e3738641490ca18b12faefa (patch)
tree4248e605c7adbfb3c83eaf3d9c6b6448e0edcdc7 /gcc/output.h
parent48c9a7f0dbf902685d3a289c32e42812e868b939 (diff)
downloadgcc-2e226e6699bdcf161e3738641490ca18b12faefa.zip
gcc-2e226e6699bdcf161e3738641490ca18b12faefa.tar.gz
gcc-2e226e6699bdcf161e3738641490ca18b12faefa.tar.bz2
cgraphunit.c, [...]: Fix comment typos.
* cgraphunit.c, config/i386/i386.c, config/ia64/ia64.c, cse.c, output.h, toplev.c, tree-affine.h, tree-flow.h, tree-ssa-alias.c, tree-ssa-coalesce.c, tree-ssa-live.c, tree-ssa-live.h, tree-ssa-operands.c, tree-ssa-ter.c, tree-vrp.c, varpool.c: Fix comment typos. From-SVN: r120137
Diffstat (limited to 'gcc/output.h')
-rw-r--r--gcc/output.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/output.h b/gcc/output.h
index 5f87cff..ca010d9 100644
--- a/gcc/output.h
+++ b/gcc/output.h
@@ -204,7 +204,7 @@ extern void assemble_variable (tree, int, int, int);
DONT_OUTPUT_DATA is from assemble_variable. */
extern void align_variable (tree decl, bool dont_output_data);
-/* Queue for outputing something to declare an external symbol to the
+/* Queue for outputting something to declare an external symbol to the
assembler. (Most assemblers don't need this, so we normally output
nothing.) Do nothing if DECL is not external. */
extern void assemble_external (tree);