[llvm] r197168 - Fix Typo.

Rafael Espindola rafael.espindola at gmail.com
Thu Dec 12 08:17:40 PST 2013


Author: rafael
Date: Thu Dec 12 10:17:40 2013
New Revision: 197168

URL: http://llvm.org/viewvc/llvm-project?rev=197168&view=rev
Log:
Fix Typo.

Modified:
    llvm/trunk/lib/Support/Host.cpp

Modified: llvm/trunk/lib/Support/Host.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Support/Host.cpp?rev=197168&r1=197167&r2=197168&view=diff
==============================================================================
--- llvm/trunk/lib/Support/Host.cpp (original)
+++ llvm/trunk/lib/Support/Host.cpp Thu Dec 12 10:17:40 2013
@@ -478,7 +478,7 @@ StringRef sys::getHostCPUName() {
   return "generic";
 }
 #elif defined(__linux__) && (defined(__ppc__) || defined(__powerpc__))
-SringRef sys::getHostCPUName() {
+StringRef sys::getHostCPUName() {
   // Access to the Processor Version Register (PVR) on PowerPC is privileged,
   // and so we must use an operating-system interface to determine the current
   // processor type. On Linux, this is exposed through the /proc/cpuinfo file.





More information about the llvm-commits mailing list