Fix crash when printing instructions that have a metadata attached but no parent.
[oota-llvm.git] / lib / Target / XCore / XCoreMachineFunctionInfo.h
index 8cce75fd0a73196987e27ef143c4766979c3791b..cdcc52fdc32d0b6ddbe4d5751cb37cc6a8b35173 100644 (file)
@@ -1,4 +1,4 @@
-//===-- XCoreMachineFuctionInfo.h - XCore machine function info -*- C++ -*-===//
+//===- XCoreMachineFunctionInfo.h - XCore machine function info -*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
@@ -101,6 +101,6 @@ public:
     return SpillLabels;
   }
 };
-} // namespace llvm
+} // End llvm namespace
 
 #endif