소스 검색

package/smcroute: fix 'assume' typo

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
(cherry picked from commit d6f90873eb5d526ae07d976e0ba3063c79cdf346)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter Korsgaard 10 달 전
부모
커밋
8a66521a6c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      package/smcroute/smcroute.mk

+ 1 - 1
package/smcroute/smcroute.mk

@@ -30,7 +30,7 @@ endef
 
 SMCROUTE_POST_INSTALL_TARGET_HOOKS += SMCROUTE_PRUNE_COMPAT_SCRIPT
 
-# We will asume that CONFIG_NET and CONFIG_INET are already
+# We will assume that CONFIG_NET and CONFIG_INET are already
 # set in the kernel configuration provided by the user.
 define SMCROUTE_LINUX_CONFIG_FIXUPS
 	$(call KCONFIG_ENABLE_OPT,CONFIG_IP_MULTICAST)