summaryrefslogtreecommitdiff
path: root/unittests/ADT
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2009-02-09 12:31:40 +0000
committerBill Wendling <isanbard@gmail.com>2009-02-09 12:31:40 +0000
commitfb3e5ca53b412a41d26bb4316f10e68aa72f65f6 (patch)
treedd4a015301e31c57f5a385d933d54e056a6a22f9 /unittests/ADT
parentaf9b6b264f2bf4315c25b286a1c24331038545e0 (diff)
downloadllvm-fb3e5ca53b412a41d26bb4316f10e68aa72f65f6.tar.gz
llvm-fb3e5ca53b412a41d26bb4316f10e68aa72f65f6.tar.bz2
llvm-fb3e5ca53b412a41d26bb4316f10e68aa72f65f6.tar.xz
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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/ADT/APInt.cpp b/unittests/ADT/APInt.cpp
index cbcc1390bc..cca512463c 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
//