summaryrefslogtreecommitdiff
path: root/gnu/system/uuid.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2017-12-02 18:05:21 +0100
committerLudovic Courtès <ludo@gnu.org>2017-12-02 23:13:20 +0100
commitbf57e1c7089e5337d5c8dc2a2ad3d018b95df6a8 (patch)
tree9ddc622cf8b988ce7683260f1fdb09b322622846 /gnu/system/uuid.scm
parent72f6caadcbde79417592ccf68fbb14e5ee58ebfe (diff)
downloadguix-patches-bf57e1c7089e5337d5c8dc2a2ad3d018b95df6a8.tar
guix-patches-bf57e1c7089e5337d5c8dc2a2ad3d018b95df6a8.tar.gz
uuid: Fix typo in comment.
* gnu/system/uuid.scm: Fix typo in comment.
Diffstat (limited to 'gnu/system/uuid.scm')
-rw-r--r--gnu/system/uuid.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system/uuid.scm b/gnu/system/uuid.scm
index eaddfaed05..73695ddeb8 100644
--- a/gnu/system/uuid.scm
+++ b/gnu/system/uuid.scm
@@ -237,7 +237,7 @@ corresponding bytevector; otherwise return #f."
;; This is necessary to serialize bytevectors with the right printer in some
;; circumstances. For instance, GRUB "search --fs-uuid" command compares the
;; string representation of UUIDs, not the raw bytes; thus, when emitting a
-;; GRUB 'search' command, we need to procedure the right string representation
+;; GRUB 'search' command, we need to produce the right string representation
;; (see <https://debbugs.gnu.org/cgi/bugreport.cgi?msg=52;att=0;bug=27735>).
(define-record-type <uuid>
(make-uuid type bv)