diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2011-07-19 08:48:08 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2011-07-19 08:48:08 +0000 |
commit | 22de49cbed981aec160556761113b667598c2a63 (patch) | |
tree | e28c19866a401282794d0cbdb66cb216ce812800 | |
parent | 2860e30d837ac361c126d4350b5d74f956160eba (diff) |
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135473 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Headers/float.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Headers/float.h b/lib/Headers/float.h index 6eede0b6ba..b7cb73ae59 100644 --- a/lib/Headers/float.h +++ b/lib/Headers/float.h @@ -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 */ |