summaryrefslogtreecommitdiff
path: root/sys/dev/rasops
diff options
context:
space:
mode:
authorNathan Binkert <nate@cvs.openbsd.org>2002-07-02 19:38:56 +0000
committerNathan Binkert <nate@cvs.openbsd.org>2002-07-02 19:38:56 +0000
commit455d1983e8764c0949b892923117c63399cdedb5 (patch)
tree12f00626cd371f548174bd24633cbed074be5590 /sys/dev/rasops
parent08164aa7b48cddaba444394214fd10fa49bf5cd9 (diff)
inital -> initial
Diffstat (limited to 'sys/dev/rasops')
-rw-r--r--sys/dev/rasops/rasops.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/rasops/rasops.h b/sys/dev/rasops/rasops.h
index 920e5c79fe3..763b2192fd5 100644
--- a/sys/dev/rasops/rasops.h
+++ b/sys/dev/rasops/rasops.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: rasops.h,v 1.2 2002/03/14 01:27:02 millert Exp $ */
+/* $OpenBSD: rasops.h,v 1.3 2002/07/02 19:38:55 nate Exp $ */
/* $NetBSD: rasops.h,v 1.13 2000/06/13 13:36:54 ad Exp $ */
/*-
@@ -124,7 +124,7 @@ struct rasops_info {
*/
/*
- * Per-depth initalization functions. These should not be called outside
+ * Per-depth initialization functions. These should not be called outside
* the rasops code.
*/
void rasops1_init(struct rasops_info *);