image: Clarify comment.

* gnu/system/image.scm: Adjust comment.
This commit is contained in:
Ludovic Courtès 2022-12-06 15:11:44 +01:00
parent 6232959311
commit 9ad14196ce
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -972,9 +972,9 @@ (define target (cond
(G_ "~a: unsupported image format") image-format)))))))
;;
;; Image detection.
;;
;;;
;;; Image type discovery.
;;;
(define (image-modules)
"Return the list of image modules."