diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-02-27 07:35:18 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-02-27 07:35:18 +0000 |
commit | 011651745cc7c1491219c54af2efcce0dadafce0 (patch) | |
tree | d161e9ef9b08da4065c1999bc6a59cd69fe91318 /llvm/lib/Support/APInt.cpp | |
parent | fa9227ed54372a104898cbbec90c48fca79e5793 (diff) | |
download | bcm5719-llvm-011651745cc7c1491219c54af2efcce0dadafce0.tar.gz bcm5719-llvm-011651745cc7c1491219c54af2efcce0dadafce0.zip |
Get rid of extraneous // in file comment.
llvm-svn: 34662
Diffstat (limited to 'llvm/lib/Support/APInt.cpp')
-rw-r--r-- | llvm/lib/Support/APInt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/APInt.cpp b/llvm/lib/Support/APInt.cpp index 965182f5ec4..ee8382deb3f 100644 --- a/llvm/lib/Support/APInt.cpp +++ b/llvm/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. // //===----------------------------------------------------------------------===// |