diff options
Diffstat (limited to 'gcc/defaults.h')
-rw-r--r-- | gcc/defaults.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/defaults.h b/gcc/defaults.h index dd5c21fe2c1..4b9cf5db63c 100644 --- a/gcc/defaults.h +++ b/gcc/defaults.h @@ -627,7 +627,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 fucntions return { 0, 1, 2 +/* True if the targets integer-comparision 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 |