summaryrefslogtreecommitdiff
path: root/com32/hdt/hdt-cli-dmi.c
diff options
context:
space:
mode:
authorErwan Velu <erwan.velu@free.fr>2009-11-22 22:26:10 +0100
committerErwan Velu <erwan.velu@free.fr>2009-11-22 22:26:10 +0100
commitb5e5c51f7190f6d8acc0f575fa5671368abdefd7 (patch)
treeccfdecf92d3b839ec05c7821adb1fda3616e8e8c /com32/hdt/hdt-cli-dmi.c
parent322bd89c38017c05c33f49fb1935975bee2b4e04 (diff)
downloadsyslinux-b5e5c51f7190f6d8acc0f575fa5671368abdefd7.tar.gz
hdt: Adding more coherency in memory messages
Impact: more coherency More coherency in memory messages
Diffstat (limited to 'com32/hdt/hdt-cli-dmi.c')
-rw-r--r--com32/hdt/hdt-cli-dmi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/hdt/hdt-cli-dmi.c b/com32/hdt/hdt-cli-dmi.c
index aecd72d3..0bf0f976 100644
--- a/com32/hdt/hdt-cli-dmi.c
+++ b/com32/hdt/hdt-cli-dmi.c
@@ -530,7 +530,7 @@ void show_dmi_memory_modules(int argc __unused, char** argv __unused,
detect_dmi(hardware);
if ((hardware->dmi.memory_count <= 0) && (hardware->dmi.memory_module_count <= 0)) {
- more_printf("No memory module found\n");
+ more_printf("No memory bank found\n");
return;
}