CVS commit: src/sys/arch/evbsh3/nextvod

2024-02-08 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Thu Feb  8 10:30:26 UTC 2024

Modified Files:
src/sys/arch/evbsh3/nextvod: stasc.c

Log Message:
s/Reciever/Receiver/ in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbsh3/nextvod/stasc.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/evbsh3/nextvod/stasc.c
diff -u src/sys/arch/evbsh3/nextvod/stasc.c:1.2 src/sys/arch/evbsh3/nextvod/stasc.c:1.3
--- src/sys/arch/evbsh3/nextvod/stasc.c:1.2	Mon Jul 20 01:06:33 2020
+++ src/sys/arch/evbsh3/nextvod/stasc.c	Thu Feb  8 10:30:25 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: stasc.c,v 1.2 2020/07/20 01:06:33 uwe Exp $ */
+/* $NetBSD: stasc.c,v 1.3 2024/02/08 10:30:25 andvar Exp $ */
 /*
  * Copyright (c) 2020 Valery Ushakov
  * All rights reserved.
@@ -28,7 +28,7 @@
  * STMicroelectronics ST40 Asynchronous Serial Controller
  */
 #include 
-__KERNEL_RCSID(0, "$NetBSD: stasc.c,v 1.2 2020/07/20 01:06:33 uwe Exp $");
+__KERNEL_RCSID(0, "$NetBSD: stasc.c,v 1.3 2024/02/08 10:30:25 andvar Exp $");
 
 #include 
 #include 
@@ -101,7 +101,7 @@ __KERNEL_RCSID(0, "$NetBSD: stasc.c,v 1.
 #define ASC_INT_STA_PE		0x0008 /* Rx: Parity Error */
 #define	ASC_INT_STA_THE		0x0004 /* Tx: Transmitter FIFO Half Empty */
 #define ASC_INT_STA_TE		0x0002 /* Tx: Transmitter Empty */
-#define ASC_INT_STA_RBF		0x0001 /* Rx: Reciever Buffer Full */
+#define ASC_INT_STA_RBF		0x0001 /* Rx: Receiver Buffer Full */
 
 
 



CVS commit: src/sys/arch/evbsh3/nextvod

2024-02-08 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Thu Feb  8 10:30:26 UTC 2024

Modified Files:
src/sys/arch/evbsh3/nextvod: stasc.c

Log Message:
s/Reciever/Receiver/ in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbsh3/nextvod/stasc.c

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