[syslinux:master] hdt: Fixing e820 menu title

syslinux-bot for Erwan Velu erwan.velu at free.fr
Sun Feb 6 14:07:22 PST 2011


Commit-ID:  0c890f2eda9f5f4869c9a4477ce2b6ef2b49761e
Gitweb:     http://syslinux.zytor.com/commit/0c890f2eda9f5f4869c9a4477ce2b6ef2b49761e
Author:     Erwan Velu <erwan.velu at free.fr>
AuthorDate: Mon, 4 Jan 2010 20:15:12 +0100
Committer:  Erwan Velu <erwan.velu at free.fr>
CommitDate: Mon, 4 Jan 2010 20:15:12 +0100

hdt: Fixing e820 menu title

Impact: More coherence

More coherence in the menu names


---
 com32/hdt/hdt-menu-memory.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/com32/hdt/hdt-menu-memory.c b/com32/hdt/hdt-menu-memory.c
index 6c82b11..60d741d 100644
--- a/com32/hdt/hdt-menu-memory.c
+++ b/com32/hdt/hdt-menu-memory.c
@@ -36,7 +36,7 @@ static void compute_e820(struct s_my_menu *menu)
     char buffer[MENULEN + 1];
     char statbuffer[STATLEN + 1];
 
-    sprintf(buffer, " e820 Physical RAM map ");
+    sprintf(buffer, " e820 information ");
     menu->items_count = 0;
     menu->menu = add_menu(buffer, -1);
 



More information about the Syslinux-commits mailing list