commit | cf3056db0fee1db7921214b1f25cea04e959e105 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon Oct 13 03:32:08 2003 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon Oct 13 03:32:08 2003 +0000 |
tree | 0d3986942f0be9fba36271f39cf3df5b85c02a67 | |
parent | c00d23a727f143bdd24f29d529ebc2cc3230bef8 [diff] [blame] |
Regularize header file comments git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9071 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Bytecode/Writer/WriterInternals.h b/lib/Bytecode/Writer/WriterInternals.h index 20425e0..98fdec2 100644 --- a/lib/Bytecode/Writer/WriterInternals.h +++ b/lib/Bytecode/Writer/WriterInternals.h
@@ -1,4 +1,4 @@ -//===-- WriterInternals.h - Data structures shared by the Writer -*- C++ -*--=// +//===- WriterInternals.h - Data structures shared by the Writer -*- C++ -*-===// // // This header defines the interface used between components of the bytecode // writer.