Module Name:    src
Committed By:   andvar
Date:           Sat May 28 15:57:18 UTC 2022

Modified Files:
        src/sys/arch/hpcmips/dev: mq200.c

Log Message:
fixed typo with another typo in my last commit. fixing it again.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/hpcmips/dev/mq200.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/arch/hpcmips/dev/mq200.c
diff -u src/sys/arch/hpcmips/dev/mq200.c:1.35 src/sys/arch/hpcmips/dev/mq200.c:1.36
--- src/sys/arch/hpcmips/dev/mq200.c:1.35	Sat May 28 10:36:22 2022
+++ src/sys/arch/hpcmips/dev/mq200.c	Sat May 28 15:57:18 2022
@@ -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 @@ mq200_ioctl(void *v, u_long cmd, void *d
 	case HPCFBIO_GOP:
 	case HPCFBIO_SOP:
 		/*
-		 * currrently not implemented...
+		 * currently not implemented...
 		 */
 		return (EINVAL);
 	}

Reply via email to