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) | |
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 f07a4a52174..d518a05a515 100644 --- a/gnu/system/image.scm +++ b/gnu/system/image.scm | |||
| @@ -972,9 +972,9 @@ image, depending on IMAGE format." | |||
| 972 | (G_ "~a: unsupported image format") image-format))))))) | 972 | (G_ "~a: unsupported image format") image-format))))))) |
| 973 | 973 | ||
| 974 | 974 | ||
| 975 | ;; | 975 | ;;; |
| 976 | ;; Image detection. | 976 | ;;; Image type discovery. |
| 977 | ;; | 977 | ;;; |
| 978 | 978 | ||
| 979 | (define (image-modules) | 979 | (define (image-modules) |
| 980 | "Return the list of image modules." | 980 | "Return the list of image modules." |
