Fix typos. Regularize include guard.
authorBrian Gaeke <gaeke@uiuc.edu>
Thu, 8 Jan 2004 22:21:58 +0000 (22:21 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Thu, 8 Jan 2004 22:21:58 +0000 (22:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10718 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Assembly/CachedWriter.h

index 4acd3de4da9c1488d90174eca734896223bd2bba..a2167363599cce3c8f41131ad126255be484a26c 100644 (file)
@@ -7,15 +7,15 @@
 // 
 //===----------------------------------------------------------------------===//
 //
-// This file defines a 'CacheWriter' class that is used to accelerate printing
+// This file defines a 'CachedWriter' class that is used to accelerate printing
 // chunks of LLVM.  This is used when a module is not being changed, but random
 // parts of it need to be printed.  This can greatly speed up printing of LLVM
 // output.
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_ASSEMBLY_CACHED_WRITER_H
-#define LLVM_ASSEMBLY_CACHED_WRITER_H
+#ifndef LLVM_ASSEMBLY_CACHEDWRITER_H
+#define LLVM_ASSEMBLY_CACHEDWRITER_H
 
 #include "llvm/Value.h"
 #include <iostream>