eclass/coreos-kernel.eclass: Fix typo in comment

This commit is contained in:
Benjamin Gilbert 2017-03-09 18:03:39 -08:00
parent 878c949192
commit be5f1d36a2

View File

@ -214,7 +214,7 @@ coreos-kernel_src_configure() {
# Use default for any options not explitly set in defconfig
kmake olddefconfig
# For convinence, generate a minimal defconfig of the build
# For convenience, generate a minimal defconfig of the build
kmake savedefconfig
}