Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/luna68k/dev Spell out "Hitachi" correctly in comment.



details:   https://anonhg.NetBSD.org/src/rev/055b61fec9d8
branches:  trunk
changeset: 459700:055b61fec9d8
user:      rin <rin%NetBSD.org@localhost>
date:      Sun Sep 22 05:49:16 2019 +0000

description:
Spell out "Hitachi" correctly in comment.
No binary changes.

diffstat:

 sys/arch/luna68k/dev/omrasopsvar.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d5c7cbf6cc83 -r 055b61fec9d8 sys/arch/luna68k/dev/omrasopsvar.h
--- a/sys/arch/luna68k/dev/omrasopsvar.h        Sat Sep 21 23:55:01 2019 +0000
+++ b/sys/arch/luna68k/dev/omrasopsvar.h        Sun Sep 22 05:49:16 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: omrasopsvar.h,v 1.4 2019/06/30 05:04:48 tsutsui Exp $ */
+/* $NetBSD: omrasopsvar.h,v 1.5 2019/09/22 05:49:16 rin Exp $ */
 /*
  * Copyright (c) 2013 Kenji Aoyama
  *
@@ -40,7 +40,7 @@
 /*
  * ROP function
  *
- * LUNA's frame buffer uses Hitach HM53462 video RAM, which has raster
+ * LUNA's frame buffer uses Hitachi HM53462 video RAM, which has raster
  * (logic) operation, or ROP, function.  To use ROP function on LUNA, write
  * a 32bit `mask' value to the specified address corresponding to each ROP
  * logic.



Home | Main Index | Thread Index | Old Index