summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sbin/restore/restore.h4
-rw-r--r--sys/arch/m68k/fpe/fpu_emulate.c4
-rw-r--r--sys/arch/sparc64/dev/ifb.c4
-rw-r--r--usr.sbin/npppd/npppd/npppd_pool.c4
4 files changed, 8 insertions, 8 deletions
diff --git a/sbin/restore/restore.h b/sbin/restore/restore.h
index 891ce558f9e..2e27d27a446 100644
--- a/sbin/restore/restore.h
+++ b/sbin/restore/restore.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: restore.h,v 1.7 2007/06/03 20:16:08 millert Exp $ */
+/* $OpenBSD: restore.h,v 1.8 2010/07/20 20:47:13 miod Exp $ */
/* $NetBSD: restore.h,v 1.8 1997/07/01 05:37:54 lukem Exp $ */
/*
@@ -59,7 +59,7 @@ extern long volno; /* current volume being read */
extern long ntrec; /* number of TP_BSIZE records per tape block */
extern time_t dumptime; /* time that this dump begins */
extern time_t dumpdate; /* time that this dump was made */
-extern char command; /* opration being performed */
+extern char command; /* operation being performed */
extern FILE *terminal; /* file descriptor for the terminal input */
extern char *tmpdir; /* where to store temporary files */
extern int oldinofmt; /* reading tape with old format inodes */
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.
*/
/*
diff --git a/usr.sbin/npppd/npppd/npppd_pool.c b/usr.sbin/npppd/npppd/npppd_pool.c
index 1e0f61a6e81..cb71cb18cdd 100644
--- a/usr.sbin/npppd/npppd/npppd_pool.c
+++ b/usr.sbin/npppd/npppd/npppd_pool.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: npppd_pool.c,v 1.3 2010/07/02 21:20:57 yasuoka Exp $ */
+/* $OpenBSD: npppd_pool.c,v 1.4 2010/07/20 20:47:17 miod Exp $ */
/*-
* Copyright (c) 2009 Internet Initiative Japan Inc.
@@ -370,7 +370,7 @@ npppd_pool_get_dynamic(npppd_pool *_this, npppd_ppp *ppp)
* It has issue of address leak when interface address is changed.
* But it will make no problem because there is no situation that
* changing the pool address only in current implementation.
- * In opration, It is hard to assume that the pool address is not
+ * In operation, It is hard to assume that the pool address is not
* changed and the tunnel-end-address is changed periodically.
*/
continue;