Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/scmdctl s/simular/similar/
details: https://anonhg.NetBSD.org/src/rev/01be6f66adf9
branches: trunk
changeset: 365190:01be6f66adf9
user: andvar <andvar%NetBSD.org@localhost>
date: Mon Apr 11 21:23:07 2022 +0000
description:
s/simular/similar/
diffstat:
sys/arch/atari/dev/fd.c | 6 +++---
usr.bin/scmdctl/uart.c | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (54 lines):
diff -r 6815e6713198 -r 01be6f66adf9 sys/arch/atari/dev/fd.c
--- a/sys/arch/atari/dev/fd.c Mon Apr 11 20:57:37 2022 +0000
+++ b/sys/arch/atari/dev/fd.c Mon Apr 11 21:23:07 2022 +0000
@@ -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 @@
/*
* 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 */
diff -r 6815e6713198 -r 01be6f66adf9 usr.bin/scmdctl/uart.c
--- a/usr.bin/scmdctl/uart.c Mon Apr 11 20:57:37 2022 +0000
+++ b/usr.bin/scmdctl/uart.c Mon Apr 11 21:23:07 2022 +0000
@@ -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 <brad%anduin.eldar.org@localhost>
@@ -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 @@
}
/* 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
Home |
Main Index |
Thread Index |
Old Index