diff options
author | Chris Lattner <sabre@nondot.org> | 2009-02-06 18:45:59 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-02-06 18:45:59 +0000 |
commit | a9cece68cc96120708e9d8970372335745c7c7e0 (patch) | |
tree | 64d752c2f08975e57a57b9afc5cff75be70f5f68 | |
parent | c807423936cb64b18b0daedd7799f8d8ea6206ad (diff) |
correct description
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63947 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Headers/limits.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/Headers/limits.h b/lib/Headers/limits.h index 4bd21d52cc..54f7198df1 100644 --- a/lib/Headers/limits.h +++ b/lib/Headers/limits.h @@ -1,4 +1,4 @@ -/*===---- limits.h - Standard header for alternate spellings of operators---=== +/*===---- limits.h - Standard header for integer sizes --------------------===*\ * * Copyright (c) 2009 Chris Lattner * @@ -20,8 +20,7 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. * - *===-----------------------------------------------------------------------=== - */ + *===----------------------------------------------------------------------===*/ #ifndef __LIMITS_H #define __LIMITS_H |