diff options
Diffstat (limited to 'gnu/llvm/compiler-rt/lib/builtins/i386/floatdidf.S')
-rw-r--r-- | gnu/llvm/compiler-rt/lib/builtins/i386/floatdidf.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/llvm/compiler-rt/lib/builtins/i386/floatdidf.S b/gnu/llvm/compiler-rt/lib/builtins/i386/floatdidf.S index ab7422c312d..d588e770364 100644 --- a/gnu/llvm/compiler-rt/lib/builtins/i386/floatdidf.S +++ b/gnu/llvm/compiler-rt/lib/builtins/i386/floatdidf.S @@ -4,7 +4,7 @@ #include "../assembly.h" -// double __floatundidf(du_int a); +// double __floatdidf(du_int a); #ifdef __i386__ |