Module Name: src Committed By: skrll Date: Thu Oct 21 07:03:26 UTC 2021
Modified Files: src/sys/arch/arm/arm32: arm32_machdep.c Log Message: Whitespace in a comment To generate a diff of this commit: cvs rdiff -u -r1.139 -r1.140 src/sys/arch/arm/arm32/arm32_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/arm/arm32/arm32_machdep.c diff -u src/sys/arch/arm/arm32/arm32_machdep.c:1.139 src/sys/arch/arm/arm32/arm32_machdep.c:1.140 --- src/sys/arch/arm/arm32/arm32_machdep.c:1.139 Tue Dec 1 02:43:14 2020 +++ src/sys/arch/arm/arm32/arm32_machdep.c Thu Oct 21 07:03:26 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: arm32_machdep.c,v 1.139 2020/12/01 02:43:14 rin Exp $ */ +/* $NetBSD: arm32_machdep.c,v 1.140 2021/10/21 07:03:26 skrll Exp $ */ /* * Copyright (c) 1994-1998 Mark Brinicombe. @@ -42,7 +42,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: arm32_machdep.c,v 1.139 2020/12/01 02:43:14 rin Exp $"); +__KERNEL_RCSID(0, "$NetBSD: arm32_machdep.c,v 1.140 2021/10/21 07:03:26 skrll Exp $"); #include "opt_arm_debug.h" #include "opt_arm_start.h" @@ -727,7 +727,7 @@ cpu_uarea_alloc_idlelwp(struct cpu_info * printf isn't available to us for a number of reasons. * * - kprint_init has been called and printf will try to take locks which we - * can't do just yet because bootstrap translation tables do not allowing + * can't do just yet because bootstrap translation tables do not allowing * caching. * * - kmutex(9) relies on curcpu which isn't setup yet.