diff options
author | Alp Toker <alp@nuanti.com> | 2014-05-15 02:22:34 +0000 |
---|---|---|
committer | Alp Toker <alp@nuanti.com> | 2014-05-15 02:22:34 +0000 |
commit | 1ee7fc7a1a5125d12b15673fcee500df4bf6241b (patch) | |
tree | 810b11a0f6969a552c0a6be53e0a03129a2ed6a6 /compiler-rt/lib/builtins/comparetf2.c | |
parent | e077269764568465a70f72a7ef21249e25f3afe0 (diff) | |
download | bcm5719-llvm-1ee7fc7a1a5125d12b15673fcee500df4bf6241b.tar.gz bcm5719-llvm-1ee7fc7a1a5125d12b15673fcee500df4bf6241b.zip |
Fix typos
llvm-svn: 208841
Diffstat (limited to 'compiler-rt/lib/builtins/comparetf2.c')
-rw-r--r-- | compiler-rt/lib/builtins/comparetf2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/builtins/comparetf2.c b/compiler-rt/lib/builtins/comparetf2.c index ed51fbae3cd..a6436de89e7 100644 --- a/compiler-rt/lib/builtins/comparetf2.c +++ b/compiler-rt/lib/builtins/comparetf2.c @@ -112,7 +112,7 @@ COMPILER_RT_ABI int __unordtf2(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 __eqtf2(fp_t a, fp_t b) { return __letf2(a, b); |