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 | |
parent | f290f28f58a98fee0acda71422b5e8b8eee52daf (diff) |
opration -> operation
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/m68k/fpe/fpu_emulate.c | 4 | ||||
-rw-r--r-- | sys/arch/sparc64/dev/ifb.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/m68k/fpe/fpu_emulate.c b/sys/arch/m68k/fpe/fpu_emulate.c index 0e00a6762f7..daa89da2539 100644 --- a/sys/arch/m68k/fpe/fpu_emulate.c +++ b/sys/arch/m68k/fpe/fpu_emulate.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fpu_emulate.c,v 1.15 2006/06/11 20:43:28 miod Exp $ */ +/* $OpenBSD: fpu_emulate.c,v 1.16 2010/07/20 20:47:17 miod Exp $ */ /* $NetBSD: fpu_emulate.c,v 1.25 2003/09/22 14:18:34 cl Exp $ */ /* @@ -592,7 +592,7 @@ fpu_cmp(fe) } /* - * arithmetic oprations + * arithmetic operations */ int fpu_emul_arith(struct fpemu *fe, struct instruction *insn, int *typ) 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. */ /* |