[cfe-commits] r135473 - /cfe/trunk/lib/Headers/float.h
Nick Lewycky
nicholas at mxc.ca
Tue Jul 19 01:48:08 PDT 2011
Author: nicholas
Date: Tue Jul 19 03:48:08 2011
New Revision: 135473
URL: http://llvm.org/viewvc/llvm-project?rev=135473&view=rev
Log:
Fix typo.
Modified:
cfe/trunk/lib/Headers/float.h
Modified: cfe/trunk/lib/Headers/float.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Headers/float.h?rev=135473&r1=135472&r2=135473&view=diff
==============================================================================
--- cfe/trunk/lib/Headers/float.h (original)
+++ cfe/trunk/lib/Headers/float.h Tue Jul 19 03:48:08 2011
@@ -24,7 +24,7 @@
#ifndef __FLOAT_H
#define __FLOAT_H
-/* If we're on MinGW, fall baack to the system's float.h, which might have
+/* If we're on MinGW, fall back to the system's float.h, which might have
* additional definitions provided for Windows.
* For more details see http://msdn.microsoft.com/en-us/library/y0ybw9fy.aspx
*/
More information about the cfe-commits
mailing list