Fix typos in comments.
[oota-llvm.git] / lib / Support / APFloat.cpp
index 187b108048a8b85200ffa2896a1102bde8247bec..0ee3d546b868ebde8c4ae9e8e216194fd0271df1 100644 (file)
@@ -2003,7 +2003,7 @@ APFloat::convertFromHexadecimalString(const char *p,
   firstSignificantDigit = p;
 
   for(;;) {
-    unsigned int hex_value;
+    integerPart hex_value;
 
     if(*p == '.') {
       assert(dot == 0);