浏览代码

linux/linux.mk: fix 'parser' typo

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 9c604ef86f32ccb71e050cd92b2ab72659f9474c)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter Korsgaard 10 月之前
父节点
当前提交
b3b1c44a77
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      linux/linux.mk

+ 1 - 1
linux/linux.mk

@@ -83,7 +83,7 @@ LINUX_DEPENDENCIES += \
 	$(if $(BR2_PACKAGE_FIRMWARE_IMX),firmware-imx) \
 	$(if $(BR2_PACKAGE_FIRMWARE_IMX),firmware-imx) \
 	$(if $(BR2_PACKAGE_WIRELESS_REGDB),wireless-regdb)
 	$(if $(BR2_PACKAGE_WIRELESS_REGDB),wireless-regdb)
 
 
-# Starting with 4.16, the generated kconfig paser code is no longer
+# Starting with 4.16, the generated kconfig parser code is no longer
 # shipped with the kernel sources, so we need flex and bison, but
 # shipped with the kernel sources, so we need flex and bison, but
 # only if the host does not have them.
 # only if the host does not have them.
 LINUX_KCONFIG_DEPENDENCIES = \
 LINUX_KCONFIG_DEPENDENCIES = \