diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2010-07-20 20:47:18 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2010-07-20 20:47:18 +0000 |
commit | 79536c168a759bed4255b01ae08ef7b4b3542cf1 (patch) | |
tree | c7ddb85f6dd47fa806c42426a1172a08c6ca7bac /sys/arch/sparc64 | |
parent | f290f28f58a98fee0acda71422b5e8b8eee52daf (diff) |
opration -> operation
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r-- | sys/arch/sparc64/dev/ifb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/dev/ifb.c b/sys/arch/sparc64/dev/ifb.c index 55d63488411..ea5e88f7560 100644 --- a/sys/arch/sparc64/dev/ifb.c +++ b/sys/arch/sparc64/dev/ifb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ifb.c,v 1.18 2009/09/05 14:09:35 miod Exp $ */ +/* $OpenBSD: ifb.c,v 1.19 2010/07/20 20:47:17 miod Exp $ */ /* * Copyright (c) 2007, 2008, 2009 Miodrag Vallat. @@ -88,7 +88,7 @@ extern int allowaperture; * * Moreover, high pixel values in the overlay planes (such as 0xff or 0xfe) * seem to enable other planes with random contents, so we'll limit ourselves - * to 7bpp opration. + * to 7bpp operation. */ /* |