Fix comment flyer
authorChris Lattner <sabre@nondot.org>
Sat, 13 Oct 2001 07:06:57 +0000 (07:06 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 13 Oct 2001 07:06:57 +0000 (07:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@781 91177308-0d34-0410-b5e6-96231b3b80d8

tools/dis/dis.cpp
tools/llvm-dis/dis.cpp
tools/llvm-dis/llvm-dis.cpp

index 27a3c9399604f249b5deb60597a21dda86d66754..712cf85e812726f06dd9ee641faece91b4604c2c 100644 (file)
@@ -1,4 +1,4 @@
-//===------------------------------------------------------------------------===
+//===----------------------------------------------------------------------===//
 // LLVM 'DIS' UTILITY 
 //
 // This utility may be invoked in the following manner:
@@ -14,7 +14,7 @@
 //
 // TODO: add -vcg which prints VCG compatible output.
 //
-//===------------------------------------------------------------------------===
+//===----------------------------------------------------------------------===//
 
 #include <iostream.h>
 #include <fstream.h>
index 27a3c9399604f249b5deb60597a21dda86d66754..712cf85e812726f06dd9ee641faece91b4604c2c 100644 (file)
@@ -1,4 +1,4 @@
-//===------------------------------------------------------------------------===
+//===----------------------------------------------------------------------===//
 // LLVM 'DIS' UTILITY 
 //
 // This utility may be invoked in the following manner:
@@ -14,7 +14,7 @@
 //
 // TODO: add -vcg which prints VCG compatible output.
 //
-//===------------------------------------------------------------------------===
+//===----------------------------------------------------------------------===//
 
 #include <iostream.h>
 #include <fstream.h>
index 27a3c9399604f249b5deb60597a21dda86d66754..712cf85e812726f06dd9ee641faece91b4604c2c 100644 (file)
@@ -1,4 +1,4 @@
-//===------------------------------------------------------------------------===
+//===----------------------------------------------------------------------===//
 // LLVM 'DIS' UTILITY 
 //
 // This utility may be invoked in the following manner:
@@ -14,7 +14,7 @@
 //
 // TODO: add -vcg which prints VCG compatible output.
 //
-//===------------------------------------------------------------------------===
+//===----------------------------------------------------------------------===//
 
 #include <iostream.h>
 #include <fstream.h>