summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-02-19 02:51:00 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-02-19 02:51:00 +0000
commitea8965ca2cb5a3139ee54342c3e42aba7f83954a (patch)
treee4847e6829fbca27d718d3878c02322308d0de3a
parentc6839f962490abf9876dc231d78cf05526d854e0 (diff)
stategy is not an english word
-rw-r--r--sys/arch/sparc64/sparc64/disksubr.c4
-rw-r--r--sys/arch/sun3/sun3/disksubr.c4
-rw-r--r--usr.bin/ssh/sshd_config4
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/sparc64/sparc64/disksubr.c b/sys/arch/sparc64/sparc64/disksubr.c
index 6e76151b3a4..1c6ce4fe3cd 100644
--- a/sys/arch/sparc64/sparc64/disksubr.c
+++ b/sys/arch/sparc64/sparc64/disksubr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: disksubr.c,v 1.6 2001/10/15 04:03:45 jason Exp $ */
+/* $OpenBSD: disksubr.c,v 1.7 2002/02/19 02:50:59 deraadt Exp $ */
/* $NetBSD: disksubr.c,v 1.13 2000/12/17 22:39:18 pk Exp $ */
/*
@@ -73,7 +73,7 @@ extern void cdstrategy __P((struct buf *));
/*
* Attempt to read a disk label from a device
- * using the indicated stategy routine.
+ * using the indicated strategy routine.
* The label must be partly set up before this:
* secpercyl, secsize and anything required for a block i/o read
* operation in the driver's strategy/start routines
diff --git a/sys/arch/sun3/sun3/disksubr.c b/sys/arch/sun3/sun3/disksubr.c
index 44ce10392a9..aed8243bef4 100644
--- a/sys/arch/sun3/sun3/disksubr.c
+++ b/sys/arch/sun3/sun3/disksubr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: disksubr.c,v 1.15 2000/07/02 17:51:35 miod Exp $ */
+/* $OpenBSD: disksubr.c,v 1.16 2002/02/19 02:50:59 deraadt Exp $ */
/* $NetBSD: disksubr.c,v 1.14 1996/09/26 18:10:21 gwr Exp $ */
/*
@@ -71,7 +71,7 @@ static __inline u_long sun_extended_sum __P((struct sun_disklabel *));
/*
* Attempt to read a disk label from a device
- * using the indicated stategy routine.
+ * using the indicated strategy routine.
* The label must be partly set up before this:
* secpercyl, secsize and anything required for a block i/o read
* operation in the driver's strategy/start routines
diff --git a/usr.bin/ssh/sshd_config b/usr.bin/ssh/sshd_config
index f999906a378..4529861092c 100644
--- a/usr.bin/ssh/sshd_config
+++ b/usr.bin/ssh/sshd_config
@@ -1,9 +1,9 @@
-# $OpenBSD: sshd_config,v 1.47 2002/02/09 17:37:34 deraadt Exp $
+# $OpenBSD: sshd_config,v 1.48 2002/02/19 02:50:59 deraadt Exp $
# This is the sshd server system-wide configuration file. See sshd(8)
# for more information.
-# The stategy used for options in the default sshd_config shipped with
+# The strategy used for options in the default sshd_config shipped with
# OpenSSH is to specify options with their default value where
# possible, but leave them commented. Uncommented options change a
# default value.