Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amiga/dev rt_init() in a comment must be rh_init()....
details: https://anonhg.NetBSD.org/src/rev/ea363ff5cdb2
branches: trunk
changeset: 358291:ea363ff5cdb2
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Wed Dec 20 05:27:06 2017 +0000
description:
rt_init() in a comment must be rh_init(). Fix it.
diffstat:
sys/arch/amiga/dev/ite_rh.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r dd8240b7a81f -r ea363ff5cdb2 sys/arch/amiga/dev/ite_rh.c
--- a/sys/arch/amiga/dev/ite_rh.c Wed Dec 20 04:46:19 2017 +0000
+++ b/sys/arch/amiga/dev/ite_rh.c Wed Dec 20 05:27:06 2017 +0000
@@ -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 @@
/*
* 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
Home |
Main Index |
Thread Index |
Old Index