llvm/include/llvm/Support/Memory.h: Fix comment header.
[oota-llvm.git] / include / llvm / Support / Memory.h
index 6abb17aff8c63ea34ec26ef4116cceec15dd95d4..79353198efc3ce0e56b2669888bd61cd3eec43e2 100644 (file)
@@ -1,4 +1,4 @@
-//===- llvm/Support/Memory.h - Memory Support --------------------*- C++ -*-===//
+//===- llvm/Support/Memory.h - Memory Support -------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
@@ -155,7 +155,7 @@ namespace sys {
     /// as writable.
     static bool setRangeWritable(const void *Addr, size_t Size);
   };
-} // namespace sys
-} // namespace llvm
+}
+}
 
 #endif