summaryrefslogtreecommitdiff
path: root/Source/Core/Common/ArmCPUDetect.cpp
diff options
context:
space:
mode:
authorStevoisiak <S.Vascellaro@gmail.com>2015-01-11 00:17:29 -0500
committerStevoisiak <Stevoisiak@gmail.com>2015-01-12 15:18:18 -0500
commitcb86db7b68481edf129a4bfcf6cd44a9a0f32ac8 (patch)
treebcb70b5e663dec4c5dd4bf3a750bfef476ab655e /Source/Core/Common/ArmCPUDetect.cpp
parentb3474c821868717ef6fe542ddcf1892dd0802c04 (diff)
Minor consistency changes
Mostly small changes, like capitalization and spelling
Diffstat (limited to 'Source/Core/Common/ArmCPUDetect.cpp')
-rw-r--r--Source/Core/Common/ArmCPUDetect.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/Core/Common/ArmCPUDetect.cpp b/Source/Core/Common/ArmCPUDetect.cpp
index f673383f43..0d6af1fe28 100644
--- a/Source/Core/Common/ArmCPUDetect.cpp
+++ b/Source/Core/Common/ArmCPUDetect.cpp
@@ -149,11 +149,11 @@ CPUInfo::CPUInfo()
Detect();
}
-// Detects the various cpu features
+// Detects the various CPU features
void CPUInfo::Detect()
{
// Set some defaults here
- // When ARMv8 cpus come out, these need to be updated.
+ // When ARMv8 CPUs come out, these need to be updated.
HTT = false;
#ifdef _M_ARM_64
OS64bit = true;
@@ -251,7 +251,7 @@ void CPUInfo::Detect()
#endif
}
-// Turn the cpu info into a string we can show
+// Turn the CPU info into a string we can show
std::string CPUInfo::Summarize()
{
std::string sum;