diff --git a/sdk_container/src/third_party/coreos-overlay/eclass/coreos-kernel.eclass b/sdk_container/src/third_party/coreos-overlay/eclass/coreos-kernel.eclass index 45bb8036e2..f722573bf5 100644 --- a/sdk_container/src/third_party/coreos-overlay/eclass/coreos-kernel.eclass +++ b/sdk_container/src/third_party/coreos-overlay/eclass/coreos-kernel.eclass @@ -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 }