Module Name: src Committed By: andvar Date: Sun Feb 4 18:47:27 UTC 2024
Modified Files: src/lib/libedit: editline.3 src/sys/arch/vax/vax: ka780.c Log Message: s/interrrupt/interrupt/ in comment and editline(3) man page. To generate a diff of this commit: cvs rdiff -u -r1.101 -r1.102 src/lib/libedit/editline.3 cvs rdiff -u -r1.34 -r1.35 src/sys/arch/vax/vax/ka780.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libedit/editline.3 diff -u src/lib/libedit/editline.3:1.101 src/lib/libedit/editline.3:1.102 --- src/lib/libedit/editline.3:1.101 Sun Aug 15 10:12:54 2021 +++ src/lib/libedit/editline.3 Sun Feb 4 18:47:27 2024 @@ -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 Index: src/sys/arch/vax/vax/ka780.c diff -u src/sys/arch/vax/vax/ka780.c:1.34 src/sys/arch/vax/vax/ka780.c:1.35 --- src/sys/arch/vax/vax/ka780.c:1.34 Sun Dec 17 18:39:02 2023 +++ src/sys/arch/vax/vax/ka780.c Sun Feb 4 18:47:27 2024 @@ -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 <sys/cdefs.h> -__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 <sys/param.h> #include <sys/systm.h> @@ -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) {