From bf57e1c7089e5337d5c8dc2a2ad3d018b95df6a8 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sat, 2 Dec 2017 18:05:21 +0100 Subject: 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(-) (limited to 'gnu/system/uuid.scm') 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 @@ (define* (string->uuid str #:optional (type 'dce)) ;; 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 ). (define-record-type (make-uuid type bv) -- cgit v1.2.3