diff options
author | Chris Lattner <sabre@nondot.org> | 2003-10-13 03:32:08 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-10-13 03:32:08 +0000 |
commit | cf3056db0fee1db7921214b1f25cea04e959e105 (patch) | |
tree | 0d3986942f0be9fba36271f39cf3df5b85c02a67 /lib/Bytecode/Writer/Writer.cpp | |
parent | c00d23a727f143bdd24f29d529ebc2cc3230bef8 (diff) |
Regularize header file comments
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9071 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bytecode/Writer/Writer.cpp')
-rw-r--r-- | lib/Bytecode/Writer/Writer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Bytecode/Writer/Writer.cpp b/lib/Bytecode/Writer/Writer.cpp index f368637230..413fd293db 100644 --- a/lib/Bytecode/Writer/Writer.cpp +++ b/lib/Bytecode/Writer/Writer.cpp @@ -1,4 +1,4 @@ -//===-- Writer.cpp - Library for writing VM bytecode files -------*- C++ -*--=// +//===-- Writer.cpp - Library for writing VM bytecode files ----------------===// // // This library implements the functionality defined in llvm/Bytecode/Writer.h // |