From 5f232faffc79523d7c28c935811fd902af500b7c Mon Sep 17 00:00:00 2001 From: andvar Date: Sun, 4 Feb 2024 18:47:27 +0000 Subject: [PATCH] s/interrrupt/interrupt/ in comment and editline(3) man page. --- lib/libedit/editline.3 | 4 ++-- sys/arch/vax/vax/ka780.c | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/libedit/editline.3 b/lib/libedit/editline.3 index f104dcc07c7a..465af0e655df 100644 --- a/lib/libedit/editline.3 +++ b/lib/libedit/editline.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: editline.3,v 1.101 2021/08/15 10:12:54 wiz Exp $ +.\" $NetBSD: editline.3,v 1.102 2024/02/04 18:47:27 andvar Exp $ .\" .\" Copyright (c) 1997-2014 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -512,7 +512,7 @@ If the .Fa flag argument is non-zero, then .Nm editline -attempts to recover from read errors, ignoring the first interrrupted +attempts to recover from read errors, ignoring the first interrupted error, and trying to reset the input file descriptor to reset non-blocking I/O. This is disabled by default, and desirable only when .Nm editline diff --git a/sys/arch/vax/vax/ka780.c b/sys/arch/vax/vax/ka780.c index e48fba9f4e61..3a3e8ff57c58 100644 --- a/sys/arch/vax/vax/ka780.c +++ b/sys/arch/vax/vax/ka780.c @@ -1,4 +1,4 @@ -/* $NetBSD: ka780.c,v 1.34 2023/12/17 18:39:02 andvar Exp $ */ +/* $NetBSD: ka780.c,v 1.35 2024/02/04 18:47:27 andvar Exp $ */ /*- * Copyright (c) 1982, 1986, 1988 The Regents of the University of California. * All rights reserved. @@ -35,7 +35,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: ka780.c,v 1.34 2023/12/17 18:39:02 andvar Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ka780.c,v 1.35 2024/02/04 18:47:27 andvar Exp $"); #include #include @@ -167,7 +167,7 @@ struct mcr780 { #define M780EU_SYN(mcr) ((mcr)->mc_reg[3] & 0x7f) #define M780EU_ADDR(mcr) (((mcr)->mc_reg[3] >> 11) & 0x1ffff) -/* enable crd interrrupts */ +/* enable crd interrupts */ void mem_sbi_attach(device_t parent, device_t self, void *aux) {