Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hpcmips/dev fixed typo with another typo in my last...
details: https://anonhg.NetBSD.org/src/rev/affac8d40f3a
branches: trunk
changeset: 366471:affac8d40f3a
user: andvar <andvar%NetBSD.org@localhost>
date: Sat May 28 15:57:18 2022 +0000
description:
fixed typo with another typo in my last commit. fixing it again.
diffstat:
sys/arch/hpcmips/dev/mq200.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r cd837fbb6f11 -r affac8d40f3a sys/arch/hpcmips/dev/mq200.c
--- a/sys/arch/hpcmips/dev/mq200.c Sat May 28 14:31:11 2022 +0000
+++ b/sys/arch/hpcmips/dev/mq200.c Sat May 28 15:57:18 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mq200.c,v 1.35 2022/05/28 10:36:22 andvar Exp $ */
+/* $NetBSD: mq200.c,v 1.36 2022/05/28 15:57:18 andvar Exp $ */
/*-
* Copyright (c) 2000, 2001 TAKEMURA Shin
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mq200.c,v 1.35 2022/05/28 10:36:22 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mq200.c,v 1.36 2022/05/28 15:57:18 andvar Exp $");
#include <sys/param.h>
#include <sys/bus.h>
@@ -696,7 +696,7 @@
case HPCFBIO_GOP:
case HPCFBIO_SOP:
/*
- * currrently not implemented...
+ * currently not implemented...
*/
return (EINVAL);
}
Home |
Main Index |
Thread Index |
Old Index