1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

uuid: Fix typo in comment.

* gnu/system/uuid.scm: Fix typo in comment.
This commit is contained in:
Ludovic Courtès
2017-12-02 18:05:21 +01:00
parent 72f6caadcb
commit bf57e1c708

View File

@@ -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)