summaryrefslogtreecommitdiff
path: root/sample
diff options
context:
space:
mode:
authorErwan Velu <erwan.velu@free.fr>2009-02-16 16:01:11 +0100
committerH. Peter Anvin <hpa@zytor.com>2009-02-25 20:58:41 -0800
commit61993e690618a50f758a89d4d0b84503a49ec830 (patch)
treea3284f6e738749d28db131611fdb1608c79873d8 /sample
parentf6a33095358a64ebaad60c092c234c49ae2d6577 (diff)
downloadsyslinux-61993e690618a50f758a89d4d0b84503a49ec830.tar.gz
hdt: Fixing typo
Diffstat (limited to 'sample')
-rw-r--r--sample/hdt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/hdt.c b/sample/hdt.c
index 56f5dfd3..7d7e3efc 100644
--- a/sample/hdt.c
+++ b/sample/hdt.c
@@ -1165,7 +1165,7 @@ void compute_aboutmenu(unsigned char *menu) {
menu_count++;
set_menu_pos(SUBMENU_Y,SUBMENU_X);
- printf("MENU: About Syslinux menu\n");
+ printf("MENU: Computing About menu\n");
snprintf(buffer, sizeof buffer, "Product : %s", PRODUCT_NAME);
snprintf(statbuffer, sizeof statbuffer, "Product : %s", PRODUCT_NAME);