diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-12-02 18:05:21 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-12-02 23:13:20 +0100 |
commit | bf57e1c7089e5337d5c8dc2a2ad3d018b95df6a8 (patch) | |
tree | 9ddc622cf8b988ce7683260f1fdb09b322622846 | |
parent | 72f6caadcbde79417592ccf68fbb14e5ee58ebfe (diff) | |
download | guix-bf57e1c7089e5337d5c8dc2a2ad3d018b95df6a8.tar guix-bf57e1c7089e5337d5c8dc2a2ad3d018b95df6a8.tar.gz |
uuid: Fix typo in comment.
* gnu/system/uuid.scm: Fix typo in comment.
-rw-r--r-- | gnu/system/uuid.scm | 2 |
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) |