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 Fix typo in comment. From OpenBSD/luna...
details: https://anonhg.NetBSD.org/src/rev/6b67bf560870
branches: trunk
changeset: 780222:6b67bf560870
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Mon Jul 16 11:41:05 2012 +0000
description:
Fix typo in comment. From OpenBSD/luna88k.
diffstat:
sys/arch/luna68k/dev/omrasops.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (25 lines):
diff -r 96a2d40ec788 -r 6b67bf560870 sys/arch/luna68k/dev/omrasops.c
--- a/sys/arch/luna68k/dev/omrasops.c Mon Jul 16 11:31:13 2012 +0000
+++ b/sys/arch/luna68k/dev/omrasops.c Mon Jul 16 11:41:05 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: omrasops.c,v 1.11 2011/07/27 14:17:54 tsutsui Exp $ */
+/* $NetBSD: omrasops.c,v 1.12 2012/07/16 11:41:05 tsutsui Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -31,13 +31,13 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: omrasops.c,v 1.11 2011/07/27 14:17:54 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: omrasops.c,v 1.12 2012/07/16 11:41:05 tsutsui Exp $");
/*
* Designed speficically for 'm68k bitorder';
* - most significant byte is stored at lower address,
* - most significant bit is displayed at left most on screen.
- * Implementation relys on;
+ * Implementation relies on;
* - every memory references is done in aligned 32bit chunk,
* - font glyphs are stored in 32bit padded.
*/
Home |
Main Index |
Thread Index |
Old Index