summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-functions_system_hardware.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-10-30 14:38:20 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-10-30 14:38:20 -0400
commit2d5d084ad16dabc2c046e15217074e7498856347 (patch)
treeb9b96f0155e9da9b2845cc2d6f1e32e8c9dca3e9 /pts-core/functions/pts-functions_system_hardware.php
parentca0c736f7badba2849ea60e4d05d9a39d0942af3 (diff)
downloadphoronix-test-suite-upstream-2d5d084ad16dabc2c046e15217074e7498856347.tar.gz
phoronix-test-suite-upstream-2d5d084ad16dabc2c046e15217074e7498856347.tar.xz
phoronix-test-suite-upstream-2d5d084ad16dabc2c046e15217074e7498856347.zip
pts-core: Fix another typo in system_memory_string()
Diffstat (limited to 'pts-core/functions/pts-functions_system_hardware.php')
-rw-r--r--pts-core/functions/pts-functions_system_hardware.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pts-core/functions/pts-functions_system_hardware.php b/pts-core/functions/pts-functions_system_hardware.php
index 158a0c4..1229da3 100644
--- a/pts-core/functions/pts-functions_system_hardware.php
+++ b/pts-core/functions/pts-functions_system_hardware.php
@@ -317,7 +317,7 @@ function system_memory_string()
{
$mem_size = read_osx_system_profiler("SPMemoryDataType", "Size", true);
$mem_speed = read_osx_system_profiler("SPMemoryDataType", "Speed");
- $mem_type = read_osx_system_profiler("SPMemoryDataType", "Speed");
+ $mem_type = read_osx_system_profiler("SPMemoryDataType", "Type");
}
else
{