Canonicalize header guards into a common format.
[oota-llvm.git] / include / llvm / Bitcode / BitcodeWriterPass.h
index e423954d52c42c3a49a2b02442d0578ee9f25790..eb85548fa6faf3b7685e748d48f88cb1e5f982b0 100644 (file)
@@ -12,8 +12,8 @@
 ///
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_BITCODE_BITCODE_WRITER_PASS_H
-#define LLVM_BITCODE_BITCODE_WRITER_PASS_H
+#ifndef LLVM_BITCODE_BITCODEWRITERPASS_H
+#define LLVM_BITCODE_BITCODEWRITERPASS_H
 
 #include "llvm/ADT/StringRef.h"
 
@@ -40,7 +40,7 @@ public:
   explicit BitcodeWriterPass(raw_ostream &OS) : OS(OS) {}
 
   /// \brief Run the bitcode writer pass, and output the module to the selected
-  /// \brief output stream.
+  /// output stream.
   PreservedAnalyses run(Module *M);
 
   static StringRef name() { return "BitcodeWriterPass"; }