From 84f45724fc3661139fb37d0a6bedbe53ff3959be Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Wed, 2 Mar 2022 15:05:31 -0500 Subject: [PATCH] kernel/Jamfile: Remove invalid character. --- src/system/kernel/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/kernel/Jamfile b/src/system/kernel/Jamfile index bcc44fe15d..0d618422e2 100644 --- a/src/system/kernel/Jamfile +++ b/src/system/kernel/Jamfile @@ -134,7 +134,7 @@ KernelLd kernel_$(TARGET_ARCH) : if $(HAIKU_ARCH) in x86_64 arm { # Cannot relink everything as a shared object on x86_64 as shared library # code is required to be position-independent. Instead create a copy of the - # executable kernel image and change the ELF header type to DYN. A bit of + # executable kernel image and change the ELF header type to DYN. A bit of # a hack, but avoids having to recompile a PIC copy of the kernel code. # kernel.so is only used when linking modules to provide symbol information, # this is sufficient for that purpose.