[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: uuid: Fix typo in comment.
From: |
Ludovic Courtès |
Subject: |
01/03: uuid: Fix typo in comment. |
Date: |
Sat, 2 Dec 2017 17:13:29 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit bf57e1c7089e5337d5c8dc2a2ad3d018b95df6a8
Author: Ludovic Courtès <address@hidden>
Date: Sat Dec 2 18:05:21 2017 +0100
uuid: Fix typo in comment.
* gnu/system/uuid.scm: Fix typo in comment.
---
gnu/system/uuid.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/system/uuid.scm b/gnu/system/uuid.scm
index eaddfae..73695dd 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)