summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}