no really, I can spell!

llvm-svn: 76679
diff --git a/llvm/lib/CodeGen/MachineFunction.cpp b/llvm/lib/CodeGen/MachineFunction.cpp
index e6ae7dc..682b8a7 100644
--- a/llvm/lib/CodeGen/MachineFunction.cpp
+++ b/llvm/lib/CodeGen/MachineFunction.cpp
@@ -544,9 +544,9 @@
 }
 
 
-unsigned MachineConstantPoolEntry::getRelocatationInfo() const {
+unsigned MachineConstantPoolEntry::getRelocationInfo() const {
   if (isMachineConstantPoolEntry())
-    return Val.MachineCPVal->getRelocatationInfo();
+    return Val.MachineCPVal->getRelocationInfo();
   
   // FIXME: This API sucks.