Module Name:    src
Committed By:   andvar
Date:           Thu Feb  8 20:30:40 UTC 2024

Modified Files:
        src/sys/arch/ews4800mips/include: sbd_tr2.h sbd_tr2a.h
        src/sys/dev/pci: auixp.c

Log Message:
s/inlucde/include/, s/implemetation/implementation/ in comments and error msg.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/ews4800mips/include/sbd_tr2.h
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/ews4800mips/include/sbd_tr2a.h
cvs rdiff -u -r1.54 -r1.55 src/sys/dev/pci/auixp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/ews4800mips/include/sbd_tr2.h
diff -u src/sys/arch/ews4800mips/include/sbd_tr2.h:1.3 src/sys/arch/ews4800mips/include/sbd_tr2.h:1.4
--- src/sys/arch/ews4800mips/include/sbd_tr2.h:1.3	Wed Aug 21 04:51:41 2019
+++ src/sys/arch/ews4800mips/include/sbd_tr2.h	Thu Feb  8 20:30:39 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: sbd_tr2.h,v 1.3 2019/08/21 04:51:41 msaitoh Exp $	*/
+/*	$NetBSD: sbd_tr2.h,v 1.4 2024/02/08 20:30:39 andvar Exp $	*/
 
 /*-
  * Copyright (c) 2004 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #ifndef _SBD_TR2_PRIVATE
-#error "Don't inlucde this file except for TR2 implemetation"
+#error "Don't include this file except for TR2 implementation"
 #endif /* !_SBD_TR2_PRIVATE */
 
 #ifndef _EWS4800MIPS_SBD_TR2_H_

Index: src/sys/arch/ews4800mips/include/sbd_tr2a.h
diff -u src/sys/arch/ews4800mips/include/sbd_tr2a.h:1.2 src/sys/arch/ews4800mips/include/sbd_tr2a.h:1.3
--- src/sys/arch/ews4800mips/include/sbd_tr2a.h:1.2	Mon Apr 28 20:23:18 2008
+++ src/sys/arch/ews4800mips/include/sbd_tr2a.h	Thu Feb  8 20:30:39 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: sbd_tr2a.h,v 1.2 2008/04/28 20:23:18 martin Exp $	*/
+/*	$NetBSD: sbd_tr2a.h,v 1.3 2024/02/08 20:30:39 andvar Exp $	*/
 
 /*-
  * Copyright (c) 2004 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #ifndef _SBD_TR2A_PRIVATE
-#error "Don't inlucde this file except for TR2A implemetation"
+#error "Don't include this file except for TR2A implementation"
 #endif /* !_SBD_TR2A_PRIVATE */
 
 #ifndef _EWS4800MIPS_SBD_TR2A_H_

Index: src/sys/dev/pci/auixp.c
diff -u src/sys/dev/pci/auixp.c:1.54 src/sys/dev/pci/auixp.c:1.55
--- src/sys/dev/pci/auixp.c:1.54	Sat Aug 27 05:35:17 2022
+++ src/sys/dev/pci/auixp.c	Thu Feb  8 20:30:39 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: auixp.c,v 1.54 2022/08/27 05:35:17 skrll Exp $ */
+/* $NetBSD: auixp.c,v 1.55 2024/02/08 20:30:39 andvar Exp $ */
 
 /*
  * Copyright (c) 2004, 2005 Reinoud Zandijk <rein...@netbsd.org>
@@ -38,12 +38,12 @@
  *   codec support problem.
  * - 32 bit recording works but can't try out playing: see above.
  * - no suspend/resume support yet.
- * - multiple codecs are `supported' but not tested; the implemetation needs
+ * - multiple codecs are `supported' but not tested; the implementation needs
  *   some cleaning up.
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: auixp.c,v 1.54 2022/08/27 05:35:17 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: auixp.c,v 1.55 2024/02/08 20:30:39 andvar Exp $");
 
 #include <sys/types.h>
 #include <sys/errno.h>

Reply via email to