[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/04: image: Clarify comment.
From: |
guix-commits |
Subject: |
03/04: image: Clarify comment. |
Date: |
Tue, 6 Dec 2022 09:26:29 -0500 (EST) |
civodul pushed a commit to branch version-1.4.0
in repository guix.
commit 9ad14196ce48d5161fcaa7fc5fd26259e517cb30
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Dec 6 15:11:44 2022 +0100
image: Clarify comment.
* gnu/system/image.scm: Adjust comment.
---
gnu/system/image.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/system/image.scm b/gnu/system/image.scm
index f07a4a5217..d518a05a51 100644
--- a/gnu/system/image.scm
+++ b/gnu/system/image.scm
@@ -972,9 +972,9 @@ image, depending on IMAGE format."
(G_ "~a: unsupported image format") image-format)))))))
-;;
-;; Image detection.
-;;
+;;;
+;;; Image type discovery.
+;;;
(define (image-modules)
"Return the list of image modules."