Module Name: src
Committed By: andvar
Date: Mon Apr 11 21:23:07 UTC 2022
Modified Files:
src/sys/arch/atari/dev: fd.c
src/usr.bin/scmdctl: uart.c
Log Message:
s/simular/similar/
To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 src/sys/arch/atari/dev/fd.c
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/scmdctl/uart.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/atari/dev/fd.c
diff -u src/sys/arch/atari/dev/fd.c:1.89 src/sys/arch/atari/dev/fd.c:1.90
--- src/sys/arch/atari/dev/fd.c:1.89 Sat Aug 7 16:18:46 2021
+++ src/sys/arch/atari/dev/fd.c Mon Apr 11 21:23:07 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: fd.c,v 1.89 2021/08/07 16:18:46 thorpej Exp $ */
+/* $NetBSD: fd.c,v 1.90 2022/04/11 21:23:07 andvar Exp $ */
/*
* Copyright (c) 1995 Leo Weppelman.
@@ -44,7 +44,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: fd.c,v 1.89 2021/08/07 16:18:46 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fd.c,v 1.90 2022/04/11 21:23:07 andvar Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -184,7 +184,7 @@ struct fd_types {
/*
* This is set only once at attach time. The value is determined by reading
* the configuration switches and is one of the FLP_TYPE_*'s.
- * This is simular to the way Atari handles the _FLP cookie.
+ * This is similar to the way Atari handles the _FLP cookie.
*/
static short def_type = 0; /* Reflects config-switches */
Index: src/usr.bin/scmdctl/uart.c
diff -u src/usr.bin/scmdctl/uart.c:1.2 src/usr.bin/scmdctl/uart.c:1.3
--- src/usr.bin/scmdctl/uart.c:1.2 Sun Apr 10 09:50:47 2022
+++ src/usr.bin/scmdctl/uart.c Mon Apr 11 21:23:07 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: uart.c,v 1.2 2022/04/10 09:50:47 andvar Exp $ */
+/* $NetBSD: uart.c,v 1.3 2022/04/11 21:23:07 andvar Exp $ */
/*
* Copyright (c) 2021 Brad Spencer <[email protected]>
@@ -17,7 +17,7 @@
*/
#ifdef __RCSID
-__RCSID("$NetBSD: uart.c,v 1.2 2022/04/10 09:50:47 andvar Exp $");
+__RCSID("$NetBSD: uart.c,v 1.3 2022/04/11 21:23:07 andvar Exp $");
#endif
/* Functions that know how to talk to a SCMD using the uart tty
@@ -321,7 +321,7 @@ uart_local_read_register(int fd, bool de
}
/* When speaking to a SCMD device in any uart mode the view port for
- * chained slave modules has to be handled in userland. This is simular
+ * chained slave modules has to be handled in userland. This is similar
* to what the scmd(4) kernel driver ends up doing, but is much slower.
*/
static int