aboutsummaryrefslogtreecommitdiff
path: root/src/property/disk.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-04-26 11:55:45 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-04-26 11:55:45 -0700
commita205ede7068561c58e74523ceeb4c9fe75d1e66b (patch)
tree3c10fde38cd57126113beba852f04f1f5fac9cb2 /src/property/disk.lisp
parent47581ec779e77ab1e4016713c77b0a6b568ad08e (diff)
downloadconsfigurator-a205ede7068561c58e74523ceeb4c9fe75d1e66b.tar.gz
tweak docstring
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/property/disk.lisp')
-rw-r--r--src/property/disk.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/property/disk.lisp b/src/property/disk.lisp
index 6f7e892..c5f7587 100644
--- a/src/property/disk.lisp
+++ b/src/property/disk.lisp
@@ -275,7 +275,7 @@ directly writing out with dd(1)."))
Either a two-byte hexadecimal number, or a string specifying the GUID.
On GNU/Linux systems, you typically only need to set this to a non-default
-value in the case of EFI system partitions, in which case use #xEF00."))
+value in the case of EFI system partitions, for which case use #xEF00."))
(:documentation "A GPT partition."))
(defclass-opened-volume opened-partition (partition))