Fix comment flyer
llvm-svn: 781
diff --git a/llvm/tools/dis/dis.cpp b/llvm/tools/dis/dis.cpp
index 27a3c93..712cf85 100644
--- a/llvm/tools/dis/dis.cpp
+++ b/llvm/tools/dis/dis.cpp
@@ -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>