Module Name:    src
Committed By:   msaitoh
Date:           Wed Dec 20 05:27:06 UTC 2017

Modified Files:
        src/sys/arch/amiga/dev: ite_rh.c

Log Message:
 rt_init() in a comment must be rh_init(). Fix it.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/amiga/dev/ite_rh.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/amiga/dev/ite_rh.c
diff -u src/sys/arch/amiga/dev/ite_rh.c:1.13 src/sys/arch/amiga/dev/ite_rh.c:1.14
--- src/sys/arch/amiga/dev/ite_rh.c:1.13	Mon Oct 26 19:16:54 2009
+++ src/sys/arch/amiga/dev/ite_rh.c	Wed Dec 20 05:27:06 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: ite_rh.c,v 1.13 2009/10/26 19:16:54 cegger Exp $ */
+/*	$NetBSD: ite_rh.c,v 1.14 2017/12/20 05:27:06 msaitoh Exp $ */
 
 /*
  * Copyright (c) 1994 Markus Wild
@@ -33,7 +33,7 @@
 #include "opt_retina.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ite_rh.c,v 1.13 2009/10/26 19:16:54 cegger Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ite_rh.c,v 1.14 2017/12/20 05:27:06 msaitoh Exp $");
 
 #include "grfrh.h"
 #if NGRFRH > 0
@@ -61,7 +61,7 @@ static void screen_down(struct ite_softc
 /*
  * grfrh_cnprobe is called when the console is being initialized
  * i.e. very early.  grfconfig() has been called, so this implies
- * that rt_init() was called.  If we are functioning rh_inited
+ * that rh_init() was called.  If we are functioning rh_inited
  * will be true.
  */
 int

Reply via email to