aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Bytecode/Writer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Bytecode/Writer.h')
-rw-r--r--include/llvm/Bytecode/Writer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Bytecode/Writer.h b/include/llvm/Bytecode/Writer.h
index b4d5e78fd0..0113f78a38 100644
--- a/include/llvm/Bytecode/Writer.h
+++ b/include/llvm/Bytecode/Writer.h
@@ -1,4 +1,4 @@
-//===-- llvm/Bytecode/Writer.h - Writer for VM bytecode files ----*- C++ -*--=//
+//===-- llvm/Bytecode/Writer.h - Writer for VM bytecode files ---*- C++ -*-===//
//
// This functionality is implemented by the lib/BytecodeWriter library.
// This library is used to write VM bytecode files to an iostream. First, you