aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/APInt.cpp
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-02-27 07:35:18 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-02-27 07:35:18 +0000
commitb4d8ae5dfb2936b1da498e65a7f23af2f9dfccd0 (patch)
tree3453bf5ce9a3c94acdca6a04ae2b1c2bb08d105c /lib/Support/APInt.cpp
parentd637a8b436eb616fe08f7a4f7912af9d21848136 (diff)
downloadexternal_llvm-b4d8ae5dfb2936b1da498e65a7f23af2f9dfccd0.zip
external_llvm-b4d8ae5dfb2936b1da498e65a7f23af2f9dfccd0.tar.gz
external_llvm-b4d8ae5dfb2936b1da498e65a7f23af2f9dfccd0.tar.bz2
Get rid of extraneous // in file comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34662 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/APInt.cpp')
-rw-r--r--lib/Support/APInt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Support/APInt.cpp b/lib/Support/APInt.cpp
index 965182f..ee8382d 100644
--- a/lib/Support/APInt.cpp
+++ b/lib/Support/APInt.cpp
@@ -3,7 +3,7 @@
// The LLVM Compiler Infrastructure
//
// This file was developed by Sheng Zhou and Reid Spencer and is distributed
-// under the // University of Illinois Open Source License. See LICENSE.TXT
+// under the University of Illinois Open Source License. See LICENSE.TXT
// for details.
//
//===----------------------------------------------------------------------===//