gnu: system->defconfig: Fix typo.

* gnu/packages/linux.scm (system->defconfig): Fix typo.
This commit is contained in:
Tobias Geerinckx-Rice 2017-06-22 01:12:23 +02:00
parent 026f6a42b6
commit 70c68ed555
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -131,7 +131,7 @@
(define-public (system->defconfig system)
"Some systems (notably powerpc-linux) require a special target for kernel
defconfig. Return the appropiate make target if applicable, otherwise return
defconfig. Return the appropriate make target if applicable, otherwise return
\"defconfig\"."
(cond ((string-prefix? "powerpc-" system) "pmac32_defconfig")
((string-prefix? "powerpc64le-" system) "ppc64_defconfig")