summaryrefslogtreecommitdiff
path: root/sample
diff options
context:
space:
mode:
authorhpa <hpa>2004-12-30 21:57:12 +0000
committerhpa <hpa>2004-12-30 21:57:12 +0000
commit6358f50e7436a1779a6c5c3518938a76cbf0184f (patch)
tree97ee8fbbe6c5ee08f5382e8275653a6a5c752b11 /sample
parentd31e109e0ea845e5c94422afd1c0ee93309a8045 (diff)
downloadsyslinux-6358f50e7436a1779a6c5c3518938a76cbf0184f.tar.gz
Fix spelling of GrUB
Diffstat (limited to 'sample')
-rw-r--r--sample/mdiskchk.c2
-rwxr-xr-xsample/mdiskchk.combin9680 -> 9680 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/sample/mdiskchk.c b/sample/mdiskchk.c
index d8562ebe..0b4990fb 100644
--- a/sample/mdiskchk.c
+++ b/sample/mdiskchk.c
@@ -112,7 +112,7 @@ const char *bootloadername(uint8_t id)
{ 0x30, 0xf0, "SYSLINUX family" },
{ 0x40, 0xf0, "Etherboot" },
{ 0x50, 0xf0, "ELILO" },
- { 0x70, 0xf0, "GRuB" },
+ { 0x70, 0xf0, "GrUB" },
{ 0x80, 0xf0, "U-Boot" },
{ 0x00, 0x00, "unknown" }
};
diff --git a/sample/mdiskchk.com b/sample/mdiskchk.com
index 11efee8a..07e1471b 100755
--- a/sample/mdiskchk.com
+++ b/sample/mdiskchk.com
Binary files differ