diff options
author | Bill Wendling <isanbard@gmail.com> | 2009-02-09 12:31:40 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2009-02-09 12:31:40 +0000 |
commit | fb3e5ca53b412a41d26bb4316f10e68aa72f65f6 (patch) | |
tree | dd4a015301e31c57f5a385d933d54e056a6a22f9 /unittests/ADT | |
parent | af9b6b264f2bf4315c25b286a1c24331038545e0 (diff) | |
download | external_llvm-fb3e5ca53b412a41d26bb4316f10e68aa72f65f6.zip external_llvm-fb3e5ca53b412a41d26bb4316f10e68aa72f65f6.tar.gz external_llvm-fb3e5ca53b412a41d26bb4316f10e68aa72f65f6.tar.bz2 |
Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64137 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/ADT')
-rw-r--r-- | unittests/ADT/APInt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/ADT/APInt.cpp b/unittests/ADT/APInt.cpp index cbcc139..cca5124 100644 --- a/unittests/ADT/APInt.cpp +++ b/unittests/ADT/APInt.cpp @@ -1,4 +1,4 @@ -//===- llvm/unittest/ADT/APInt.cpp - APInt unit tests -----------*- C++ -*-===// +//===- llvm/unittest/ADT/APInt.cpp - APInt unit tests ---------------------===// // // The LLVM Compiler Infrastructure // |