s/simular/similar/

This commit is contained in:
andvar 2022-04-11 21:23:07 +00:00
parent 2cf3f970af
commit d1ee79bf8c
2 changed files with 6 additions and 6 deletions

View File

@ -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 */

View File

@ -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>
@ -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 debug, uint8_t reg, uint8_t reg_end, uint8
}
/* 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