Silly cleanup
authorChris Lattner <sabre@nondot.org>
Mon, 29 May 2006 18:52:52 +0000 (18:52 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 29 May 2006 18:52:52 +0000 (18:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28544 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-as/llvm-as.cpp

index ad7ad29c9607cad9efddedd1f9adea2b182954ba..1dbcd1d1b839a5eddaea71479278b44b599070ec 100644 (file)
@@ -13,7 +13,7 @@
 //   llvm-as [options] x.ll - Read LLVM asm from the x.ll file, write bytecode
 //                            to the x.bc file.
 //
-//===------------------------------------------------------------------------===
+//===----------------------------------------------------------------------===//
 
 #include "llvm/Module.h"
 #include "llvm/Assembly/Parser.h"