Parcourir la source

botan: fix minor typo in Config.in file

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Thomas Petazzoni il y a 7 ans
Parent
commit
826be91a5d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      package/botan/Config.in

+ 1 - 1
package/botan/Config.in

@@ -16,7 +16,7 @@ config BR2_PACKAGE_BOTAN
 
 
 	  http://botan.randombit.net
 	  http://botan.randombit.net
 
 
-comment "botan needs a toolchain w/ C++, threads,gcc >= 4.8"
+comment "botan needs a toolchain w/ C++, threads, gcc >= 4.8"
 	depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP \
 	depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP \
 		|| !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
 		|| !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
 	depends on BR2_PACKAGE_BOTAN_ARCH_SUPPORTS
 	depends on BR2_PACKAGE_BOTAN_ARCH_SUPPORTS