summaryrefslogtreecommitdiff
path: root/sys/arch/sgi
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2009-11-22 10:05:03 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2009-11-22 10:05:03 +0000
commitf259d789b13e69395f675390707ba3782bf148c3 (patch)
tree6d82491f0074c5f4ef316b658ad67176f3efc838 /sys/arch/sgi
parentf1aefc02caef0b5e725e799c7d29c9a797eb302a (diff)
grammar fixes in comments; from brad
Diffstat (limited to 'sys/arch/sgi')
-rw-r--r--sys/arch/sgi/include/vmparam.h6
1 files 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.