From: miod Date: Thu, 13 Apr 2023 15:36:28 +0000 (+0000) Subject: Grammar fixes in comments. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=708065314a03be17c1f5de6eef1279b846e3df16;p=openbsd Grammar fixes in comments. --- 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