summaryrefslogtreecommitdiff
path: root/lib/builtins/comparesf2.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/builtins/comparesf2.c')
-rw-r--r--lib/builtins/comparesf2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/builtins/comparesf2.c b/lib/builtins/comparesf2.c
index df1c45796..442289c10 100644
--- a/lib/builtins/comparesf2.c
+++ b/lib/builtins/comparesf2.c
@@ -117,7 +117,7 @@ __unordsf2(fp_t a, fp_t b) {
return aAbs > infRep || bAbs > infRep;
}
-// The following are alternative names for the preceeding routines.
+// The following are alternative names for the preceding routines.
COMPILER_RT_ABI enum LE_RESULT
__eqsf2(fp_t a, fp_t b) {