aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Bytecode/Format.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Bytecode/Format.h')
-rw-r--r--include/llvm/Bytecode/Format.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Bytecode/Format.h b/include/llvm/Bytecode/Format.h
index 4edc0915b0..846bbb7260 100644
--- a/include/llvm/Bytecode/Format.h
+++ b/include/llvm/Bytecode/Format.h
@@ -1,4 +1,4 @@
-//===-- llvm/Bytecode/Format.h - VM bytecode file format info ----*- C++ -*--=//
+//===-- llvm/Bytecode/Format.h - VM bytecode file format info ---*- C++ -*-===//
//
// This header defines intrinsic constants that are useful to libraries that
// need to hack on bytecode files directly, like the reader and writer.
@@ -24,7 +24,7 @@ public:
ModuleGlobalInfo,
GlobalTypePlane,
- // Method subtypes:
+ // Function subtypes:
MethodInfo = 0x21,
// Can also have ConstantPool block
// Can also have SymbolTable block