[OE-core] [PATCH] busybox: Fix typo in patch

Khem Raj raj.khem at gmail.com
Fri Feb 14 18:58:58 UTC 2020


Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 ...1-Remove-syscall-wrappers-around-clock_gettime-closes-.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/busybox/busybox/0001-Remove-syscall-wrappers-around-clock_gettime-closes-.patch b/meta/recipes-core/busybox/busybox/0001-Remove-syscall-wrappers-around-clock_gettime-closes-.patch
index 1217daa108..0c7f9b8132 100644
--- a/meta/recipes-core/busybox/busybox/0001-Remove-syscall-wrappers-around-clock_gettime-closes-.patch
+++ b/meta/recipes-core/busybox/busybox/0001-Remove-syscall-wrappers-around-clock_gettime-closes-.patch
@@ -63,7 +63,7 @@ Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
 -		 * typically requiring -lrt. We just skip all this mess */
 -		syscall(__NR_clock_gettime, CLOCK_REALTIME, &ts);
 -#elif ENABLE_FEATURE_DATE_NANO && __TIMESIZE == 64
--		/* Let's only suppor the 64 suffix syscalls for 64-bit time_t.
+-		/* Let's only support the 64 suffix syscalls for 64-bit time_t.
 -		 * This simplifies the code for us as we don't need to convert
 -		 * between 64-bit and 32-bit. We also don't have a way to
 -		 * report overflow errors here.
-- 
2.25.0



More information about the Openembedded-core mailing list