opration -> operation
authormiod <miod@openbsd.org>
Tue, 20 Jul 2010 20:47:13 +0000 (20:47 +0000)
committermiod <miod@openbsd.org>
Tue, 20 Jul 2010 20:47:13 +0000 (20:47 +0000)
sbin/restore/restore.h
sys/arch/m68k/fpe/fpu_emulate.c
sys/arch/sparc64/dev/ifb.c
usr.sbin/npppd/npppd/npppd_pool.c

index 891ce55..2e27d27 100644 (file)
@@ -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 */
index 0e00a67..daa89da 100644 (file)
@@ -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)
index 55d6348..ea5e88f 100644 (file)
@@ -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.
  */
 
 /*
index 1e0f61a..cb71cb1 100644 (file)
@@ -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;