Module Name:    src
Committed By:   andvar
Date:           Thu Jan  2 16:09:32 UTC 2025

Modified Files:
        src/sys/arch/acorn32/podulebus: amps.c

Log Message:
s/Mulit/Multi/ in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/acorn32/podulebus/amps.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/acorn32/podulebus/amps.c
diff -u src/sys/arch/acorn32/podulebus/amps.c:1.23 src/sys/arch/acorn32/podulebus/amps.c:1.24
--- src/sys/arch/acorn32/podulebus/amps.c:1.23	Sat Aug  7 16:18:40 2021
+++ src/sys/arch/acorn32/podulebus/amps.c	Thu Jan  2 16:09:32 2025
@@ -1,4 +1,4 @@
-/*	$NetBSD: amps.c,v 1.23 2021/08/07 16:18:40 thorpej Exp $	*/
+/*	$NetBSD: amps.c,v 1.24 2025/01/02 16:09:32 andvar Exp $	*/
 
 /*-
  * Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: amps.c,v 1.23 2021/08/07 16:18:40 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: amps.c,v 1.24 2025/01/02 16:09:32 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -65,7 +65,7 @@ __KERNEL_RCSID(0, "$NetBSD: amps.c,v 1.2
 #include "locators.h"
 
 /*
- * Atomwide Mulit-port serial podule device.
+ * Atomwide Multi-port serial podule device.
  *
  * This probes and attaches the top level multi-port serial device to the
  * podulebus. It then configures the child com devices.

Reply via email to