aboutsummaryrefslogtreecommitdiff
path: root/gcc/libgcc2.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/libgcc2.h')
-rw-r--r--gcc/libgcc2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/libgcc2.h b/gcc/libgcc2.h
index 5b3a9e1..c13f0c7 100644
--- a/gcc/libgcc2.h
+++ b/gcc/libgcc2.h
@@ -429,7 +429,7 @@ extern const UQItype __popcount_tab[256];
/* Defined for L_clz. Exported here because some targets may want to use
it for their own versions of the __clz builtins. It contains the bit
position of the first set bit for the numbers 0 - 255. This avoids the
- need for a seperate table for the __ctz builtins. */
+ need for a separate table for the __ctz builtins. */
extern const UQItype __clz_tab[256];
#include "longlong.h"