From f259d789b13e69395f675390707ba3782bf148c3 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Sun, 22 Nov 2009 10:05:03 +0000 Subject: grammar fixes in comments; from brad --- sys/arch/sgi/include/vmparam.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/arch/sgi/include/vmparam.h b/sys/arch/sgi/include/vmparam.h index 210a1aebfee..6ffb53aa6c9 100644 --- a/sys/arch/sgi/include/vmparam.h +++ b/sys/arch/sgi/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.5 2009/11/22 00:07:04 miod Exp $ */ +/* $OpenBSD: vmparam.h,v 1.6 2009/11/22 10:05:02 miod Exp $ */ /* public domain */ #ifndef _SGI_VMPARAM_H_ #define _SGI_VMPARAM_H_ @@ -8,7 +8,7 @@ /* * On Origin and Octane families, DMA to 32-bit PCI devices is restricted. * - * Systems with physical memory after the 2GB boundary needs to ensure + * Systems with physical memory after the 2GB boundary need to ensure * memory which may used for DMA transfers is allocated from the low * memory range. * @@ -20,7 +20,7 @@ #define VM_FREELIST_DMA32 1 /* memory suitable for 32-bit DMA */ /* - * On systems with may use R5000 processors, we limit the kernel virtual + * On systems which may use R5000 processors, we limit the kernel virtual * address space to KSSEG and KSEG3. * On systems with R10000 family processors, we use the XKSEG which allows * for a much larger virtual memory size. -- cgit v1.2.3