From 70c68ed5559c0bfa9a1e44a4376e9d28d5b37d81 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Thu, 22 Jun 2017 01:12:23 +0200 Subject: [PATCH] gnu: system->defconfig: Fix typo. * gnu/packages/linux.scm (system->defconfig): Fix typo. --- gnu/packages/linux.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index af9a8604af575cf82e96415abc1141887a2a470e..55ff698d01ae63a5ef0e998c0605bccab35354f9 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -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")