Module Name: src Committed By: andvar Date: Wed Apr 5 21:46:09 UTC 2023
Modified Files: src/sys/dev/ic: aic6360.c Log Message: s/esssentially/essentially/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.105 -r1.106 src/sys/dev/ic/aic6360.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/dev/ic/aic6360.c diff -u src/sys/dev/ic/aic6360.c:1.105 src/sys/dev/ic/aic6360.c:1.106 --- src/sys/dev/ic/aic6360.c:1.105 Sat Jan 1 21:07:14 2022 +++ src/sys/dev/ic/aic6360.c Wed Apr 5 21:46:09 2023 @@ -1,4 +1,4 @@ -/* $NetBSD: aic6360.c,v 1.105 2022/01/01 21:07:14 andvar Exp $ */ +/* $NetBSD: aic6360.c,v 1.106 2023/04/05 21:46:09 andvar Exp $ */ /* * Copyright (c) 1994, 1995, 1996 Charles M. Hannum. All rights reserved. @@ -58,7 +58,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: aic6360.c,v 1.105 2022/01/01 21:07:14 andvar Exp $"); +__KERNEL_RCSID(0, "$NetBSD: aic6360.c,v 1.106 2023/04/05 21:46:09 andvar Exp $"); #include "opt_ddb.h" @@ -1710,7 +1710,7 @@ aicintr(void *arg) /* * Clear INTEN. We enable it again before returning. This makes the - * interrupt esssentially level-triggered. + * interrupt essentially level-triggered. */ bus_space_write_1(iot, ioh, DMACNTRL0, 0);