diff options
author | Leo Famulari <leo@famulari.name> | 2016-10-05 18:58:56 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-10-05 18:59:29 -0400 |
commit | 145947608905d36f31227e87bebd7ed3a922e910 (patch) | |
tree | 06475102e55d48997067f8b41d52abbaa50d1365 /gnu/packages/linux.scm | |
parent | 7d4536568417796a8c697b30b464b727d46cee8d (diff) | |
download | guix-145947608905d36f31227e87bebd7ed3a922e910.tar guix-145947608905d36f31227e87bebd7ed3a922e910.tar.gz |
gnu: e2fsprogs: Fix typo in comment.
* gnu/packages/linux.scm (e2fsprogs)[arguments]: Fix typo in comment.
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r-- | gnu/packages/linux.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index c9740ecbfc..52c7c7d027 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -597,7 +597,7 @@ slabtop, and skill.") (arguments '(;; Parallel building reliably yields a failure like this: ;; "make[2]: *** No rule to make target '../lib/libss.so', needed by - ;; 'debufs'. Stop." + ;; 'debugfs'. Stop." #:parallel-build? #f ;; util-linux is the preferred source for some of the libraries and ;; commands, so disable them (see, e.g., |