diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2023-04-13 15:36:29 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2023-04-13 15:36:29 +0000 |
commit | 13cf12edd900da526df00cce45f28594430e0398 (patch) | |
tree | 6de1f4be6c04251c583cd0db56b36ad5b28d08bc /sys | |
parent | af3adb43eb6f0959769cc1a4ad5a4b3bc1062440 (diff) |
Grammar fixes in comments.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sparc64/sparc64/locore.s | 4 | ||||
-rw-r--r-- | sys/dev/pci/pci.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/sparc64/sparc64/locore.s b/sys/arch/sparc64/sparc64/locore.s index a3cdb66a6c1..52e349ff611 100644 --- a/sys/arch/sparc64/sparc64/locore.s +++ b/sys/arch/sparc64/sparc64/locore.s @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.s,v 1.199 2023/01/31 15:18:55 deraadt Exp $ */ +/* $OpenBSD: locore.s,v 1.200 2023/04/13 15:36:28 miod Exp $ */ /* $NetBSD: locore.s,v 1.137 2001/08/13 06:10:10 jdolecek Exp $ */ /* @@ -6819,7 +6819,7 @@ Lbzero_done: END(memset) /* - * kcopy() is exactly like bcopy except that it set pcb_onfault such that + * kcopy() is exactly like bcopy except that it sets pcb_onfault such that * when a fault occurs, it is able to return EFAULT to indicate this to the * caller. */ diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c index 02cc9e29cfd..36aff79bce3 100644 --- a/sys/dev/pci/pci.c +++ b/sys/dev/pci/pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pci.c,v 1.126 2022/11/27 22:55:31 kn Exp $ */ +/* $OpenBSD: pci.c,v 1.127 2023/04/13 15:36:28 miod Exp $ */ /* $NetBSD: pci.c,v 1.31 1997/06/06 23:48:04 thorpej Exp $ */ /* @@ -929,7 +929,7 @@ pci_reserve_resources(struct pci_attach_args *pa) #ifdef __sparc64__ /* * Certain SPARC T5 systems assign - * non-prefetchable 64-bit BARs of its onboard + * non-prefetchable 64-bit BARs of their onboard * mpii(4) controllers addresses in the * prefetchable memory range. This is * (probably) safe, as reads from the device |