[builtins] Fix typos in comments

Differential Revision: https://reviews.llvm.org/D82146
This commit is contained in:
Ryan Prichard 2020-06-18 23:35:40 -07:00
parent d7fad626e9
commit 8627190f31
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
#include "../assembly.h"
// double __floatundidf(du_int a);
// double __floatdidf(du_int a);
#ifdef __i386__

View File

@ -4,7 +4,7 @@
#include "../assembly.h"
// float __floatdixf(di_int a);
// long double __floatdixf(di_int a);
#ifdef __i386__