aboutsummaryrefslogtreecommitdiff
path: root/gcc/defaults.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-09-10 10:44:48 +0000
committerKazu Hirata <kazu@cs.umass.edu>2004-09-10 10:44:48 +0000
commit088299fe7bc4aabb01f13cd7252bd6fca505e679 (patch)
treee18647b48f7a6fbf0ceb4f1c9045c3e057e62d7a /gcc/defaults.h
parent5d65027264bbbaaa5f03a43ad15463061d56a094 (diff)
* c-common.c, c-pch.c, defaults.h, lambda-code.c, passes.c,
tree-data-ref.c, tree-flow.h, tree-ssa-operands.c, tree-ssa-threadupdate.c, tree-vectorizer.c, tree-vectorizer.h, value-prof.c: Fix comment typos. Follow spelling conventions. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@87288 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/defaults.h')
-rw-r--r--gcc/defaults.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/defaults.h b/gcc/defaults.h
index 849e5a96b50..013a74ca37e 100644
--- a/gcc/defaults.h
+++ b/gcc/defaults.h
@@ -632,7 +632,7 @@ do { fputs (integer_asm_op (POINTER_SIZE / BITS_PER_UNIT, TRUE), FILE); \
#define FLOAT_LIB_COMPARE_RETURNS_BOOL(MODE, COMPARISON) false
#endif
-/* True if the targets integer-comparision functions return { 0, 1, 2
+/* True if the targets integer-comparison functions return { 0, 1, 2
} to indicate { <, ==, > }. False if { -1, 0, 1 } is used
instead. The libgcc routines are biased. */
#ifndef TARGET_LIB_INT_CMP_BIASED