24 lines
933 B
Diff
24 lines
933 B
Diff
|
From 7108c0c86ea26f75dfba4e21e78bf8464c433143 Mon Sep 17 00:00:00 2001
|
||
|
From: Vladimir Serbinenko <phcoder@gmail.com>
|
||
|
Date: Mon, 14 Aug 2017 11:36:50 +0200
|
||
|
Subject: [PATCH] grub.texi: Fix typo
|
||
|
|
||
|
Reported by: Ori Avtalion <saltyhorse>
|
||
|
---
|
||
|
docs/grub.texi | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/docs/grub.texi b/docs/grub.texi
|
||
|
index a0c4b9e4e8e..137b894fa09 100644
|
||
|
--- a/docs/grub.texi
|
||
|
+++ b/docs/grub.texi
|
||
|
@@ -4643,7 +4643,7 @@ range 0-0xFF (prefix with @samp{0x} to enter it in hexadecimal).
|
||
|
When enabled, this hides the selected partition by setting the @dfn{hidden}
|
||
|
bit in its partition type code; when disabled, unhides the selected
|
||
|
partition by clearing this bit. This is useful only when booting DOS or
|
||
|
-Wwindows and multiple primary FAT partitions exist in one disk. See also
|
||
|
+Windows and multiple primary FAT partitions exist in one disk. See also
|
||
|
@ref{DOS/Windows}.
|
||
|
@end table
|
||
|
@end deffn
|