Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/rasops Fix typo in comment.
details: https://anonhg.NetBSD.org/src/rev/59b4d286e1ec
branches: trunk
changeset: 756532:59b4d286e1ec
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Wed Jul 21 12:12:58 2010 +0000
description:
Fix typo in comment.
diffstat:
sys/dev/rasops/rasops.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 14aec6c7f962 -r 59b4d286e1ec sys/dev/rasops/rasops.c
--- a/sys/dev/rasops/rasops.c Wed Jul 21 12:10:18 2010 +0000
+++ b/sys/dev/rasops/rasops.c Wed Jul 21 12:12:58 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rasops.c,v 1.65 2010/06/13 01:55:24 tsutsui Exp $ */
+/* $NetBSD: rasops.c,v 1.66 2010/07/21 12:12:58 tsutsui Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rasops.c,v 1.65 2010/06/13 01:55:24 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rasops.c,v 1.66 2010/07/21 12:12:58 tsutsui Exp $");
#include "opt_rasops.h"
#include "rasops_glue.h"
@@ -180,7 +180,7 @@
wsfont_init();
- /* Want 8 pixel wide, don't care about aestethics */
+ /* Want 8 pixel wide, don't care about aesthetics */
cookie = wsfont_find(NULL, 8, 0, 0, WSDISPLAY_FONTORDER_L2R,
WSDISPLAY_FONTORDER_L2R);
if (cookie <= 0)
Home |
Main Index |
Thread Index |
Old Index