summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2005-01-14 22:45:30 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2005-01-14 22:45:30 +0000
commitda221a6c31396f596084fb76a6eed9c9de130460 (patch)
treec5e631a6d21bf80b90417d1d844f74bad73ef0eb /sys
parent25fc604bfe493d365f9e166c2dbf1cfddcfb63e1 (diff)
Typo
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/rasops/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/rasops/README b/sys/dev/rasops/README
index 19994147daf..159a13faf5c 100644
--- a/sys/dev/rasops/README
+++ b/sys/dev/rasops/README
@@ -1,4 +1,4 @@
-$OpenBSD: README,v 1.1 2001/03/18 04:32:44 nate Exp $
+$OpenBSD: README,v 1.2 2005/01/14 22:45:29 miod Exp $
$NetBSD: README,v 1.3 1999/08/24 11:07:31 ad Exp $
This directory contains `rasops', a set of raster operations intended to
@@ -15,7 +15,7 @@ Issues/TODO:
- We should never be doing reads/writes of less than 32-bits
- Flags in attribute values are hardcoded
- Need a manpage
-- Should handle multiple fonts simulatneously
+- Should handle multiple fonts simultaneously
- Generate an `empty' box character when we have no match?
- Use 'int' in lieu of 'int32' where we can
- Compress some cases in rasops1.c