Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/x86/pci s/requied/required/ in comments (likely gra...



details:   https://anonhg.NetBSD.org/src/rev/49bb662b9c57
branches:  trunk
changeset: 374798:49bb662b9c57
user:      andvar <andvar%NetBSD.org@localhost>
date:      Sat May 13 11:27:10 2023 +0000

description:
s/requied/required/ in comments (likely grammar should be also improved in the
future).

diffstat:

 sys/arch/x86/pci/pci_msi_machdep.c |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r f6a43ad4036c -r 49bb662b9c57 sys/arch/x86/pci/pci_msi_machdep.c
--- a/sys/arch/x86/pci/pci_msi_machdep.c        Sat May 13 11:19:19 2023 +0000
+++ b/sys/arch/x86/pci/pci_msi_machdep.c        Sat May 13 11:27:10 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pci_msi_machdep.c,v 1.17 2022/05/23 15:03:05 bouyer Exp $      */
+/*     $NetBSD: pci_msi_machdep.c,v 1.18 2023/05/13 11:27:10 andvar Exp $      */
 
 /*
  * Copyright (c) 2015 Internet Initiative Japan Inc.
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pci_msi_machdep.c,v 1.17 2022/05/23 15:03:05 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pci_msi_machdep.c,v 1.18 2023/05/13 11:27:10 andvar Exp $");
 
 #include "opt_intrdebug.h"
 #include "ioapic.h"
@@ -433,7 +433,7 @@ x86_pci_msi_release(pci_chipset_tag_t pc
 
 /*
  * Establish a MSI handle.
- * If multiple MSI handle is requied to establish, device driver must call
+ * If multiple MSI handle is required to establish, device driver must call
  * this function for each handle.
  */
 void *
@@ -453,7 +453,7 @@ x86_pci_msi_establish(pci_chipset_tag_t 
 
 /*
  * Disestablish a MSI handle.
- * If multiple MSI handle is requied to disestablish, device driver must call
+ * If multiple MSI handle is required to disestablish, device driver must call
  * this function for each handle.
  */
 void
@@ -478,7 +478,7 @@ x86_pci_msix_release(pci_chipset_tag_t p
 
 /*
  * Establish a MSI-X handle.
- * If multiple MSI-X handle is requied to establish, device driver must call
+ * If multiple MSI-X handle is required to establish, device driver must call
  * this function for each handle.
  */
 void *
@@ -498,7 +498,7 @@ x86_pci_msix_establish(pci_chipset_tag_t
 
 /*
  * Disestablish a MSI-X handle.
- * If multiple MSI-X handle is requied to disestablish, device driver must call
+ * If multiple MSI-X handle is required to disestablish, device driver must call
  * this function for each handle.
  */
 void



Home | Main Index | Thread Index | Old Index