XCore: Fix typo in function name.
[oota-llvm.git] / lib / Target / XCore / XCoreTargetStreamer.h
index 07e6c14338db4cdf2ee1ffcb7e14ff2bb3ff063a..0a394da98a0efbf79552245d0a4c8c62b6b81f73 100644 (file)
@@ -19,8 +19,8 @@ public:
   virtual ~XCoreTargetStreamer();
   virtual void emitCCTopData(StringRef Name) = 0;
   virtual void emitCCTopFunction(StringRef Name) = 0;
-  virtual void emitCCBottonData(StringRef Name) = 0;
-  virtual void emitCCBottonFunction(StringRef Name) = 0;
+  virtual void emitCCBottomData(StringRef Name) = 0;
+  virtual void emitCCBottomFunction(StringRef Name) = 0;
 };
 }