Browse Source

package/jemalloc: eplace utf-8 space by ascii character

Replace utf-8 NO-BREAK-SPACE (c2 a0) in comment line by simple
ascii space character.

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter Seiderer 6 years ago
parent
commit
7ba20a6c8f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/jemalloc/Config.in

+ 1 - 1
package/jemalloc/Config.in

@@ -1,6 +1,6 @@
 config BR2_PACKAGE_JEMALLOC_ARCH_SUPPORTS
 config BR2_PACKAGE_JEMALLOC_ARCH_SUPPORTS
 	bool
 	bool
-	# see include/jemalloc/internal/quantum.h
+	# see include/jemalloc/internal/quantum.h
 	default y if BR2_arm || BR2_armeb
 	default y if BR2_arm || BR2_armeb
 	default y if BR2_aarch64 || BR2_aarch64_be
 	default y if BR2_aarch64 || BR2_aarch64_be
 	default y if BR2_i386 || BR2_x86_64
 	default y if BR2_i386 || BR2_x86_64