Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ieee1394 s/transcat/transact/ in comment.
details: https://anonhg.NetBSD.org/src/rev/33d080897de3
branches: trunk
changeset: 1026733:33d080897de3
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Sun Dec 05 08:17:21 2021 +0000
description:
s/transcat/transact/ in comment.
diffstat:
sys/dev/ieee1394/fwohci.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 76ab0c741dce -r 33d080897de3 sys/dev/ieee1394/fwohci.c
--- a/sys/dev/ieee1394/fwohci.c Sun Dec 05 08:16:10 2021 +0000
+++ b/sys/dev/ieee1394/fwohci.c Sun Dec 05 08:17:21 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fwohci.c,v 1.148 2021/08/21 11:55:25 andvar Exp $ */
+/* $NetBSD: fwohci.c,v 1.149 2021/12/05 08:17:21 msaitoh Exp $ */
/*-
* Copyright (c) 2003 Hidetoshi Shimokawa
@@ -37,7 +37,7 @@
*
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: fwohci.c,v 1.148 2021/08/21 11:55:25 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fwohci.c,v 1.149 2021/12/05 08:17:21 msaitoh Exp $");
#include <sys/param.h>
#include <sys/atomic.h>
@@ -1670,7 +1670,7 @@
mutex_enter(&dbch->xferq.q_mtx);
/*
* The watchdog timer takes care of split
- * transcation timeout for ACKPEND case.
+ * transaction timeout for ACKPEND case.
*/
} else
aprint_error_dev(fc->dev, "this shouldn't happen\n");
Home |
Main Index |
Thread Index |
Old Index