diff options
| author | Ryan Houdek <Sonicadvance1@gmail.com> | 2015-01-21 13:46:53 -0600 |
|---|---|---|
| committer | Ryan Houdek <Sonicadvance1@gmail.com> | 2015-01-21 13:46:53 -0600 |
| commit | 80e6367e46f0323417e131940f59d5e6bc91eff0 (patch) | |
| tree | 29d7ec2d9ad4f9a6b7b59c34e76c4aa53d056b7c /Source/Core/Common/ArmCPUDetect.cpp | |
| parent | f9fc9d47c0ac7692afcdc06582803776e109e0c0 (diff) | |
| parent | f31b688cf56725e70d9c31371ad828a701c86aad (diff) | |
Merge pull request #1869 from Stevoisiak/GeneralConsistency
Minor consistency changes
Diffstat (limited to 'Source/Core/Common/ArmCPUDetect.cpp')
| -rw-r--r-- | Source/Core/Common/ArmCPUDetect.cpp | 6 |
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; |
