diff options
author | Ludovic Courtès <ludo@gnu.org> | 2022-12-06 15:11:44 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-12-06 15:11:44 +0100 |
commit | 9ad14196ce48d5161fcaa7fc5fd26259e517cb30 (patch) | |
tree | e1de62be7284eaffa766e04033173647976ea87b /gnu | |
parent | 6232959311b5717c19552e1116f6e4fea9797282 (diff) | |
download | guix-9ad14196ce48d5161fcaa7fc5fd26259e517cb30.tar.gz guix-9ad14196ce48d5161fcaa7fc5fd26259e517cb30.zip |
image: Clarify comment.
* gnu/system/image.scm: Adjust comment.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/system/image.scm | 6 |
1 files 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." |