diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-10-30 16:04:07 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-10-30 16:04:07 +0000 |
commit | 07ad262c7d369626a8d2af074462fd55686968b6 (patch) | |
tree | f5cc2ca3d729a999312dac7180344950db89ef07 /usr.sbin/amd | |
parent | 33fa35a4e3b5314037f52e9c194d3aba8083d283 (diff) |
Fix "the the" typos in comments; Bruno Rohee
Diffstat (limited to 'usr.sbin/amd')
-rw-r--r-- | usr.sbin/amd/amd/mapc.c | 6 | ||||
-rw-r--r-- | usr.sbin/amd/amd/sched.c | 6 | ||||
-rw-r--r-- | usr.sbin/amd/doc/amdref.texinfo | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/usr.sbin/amd/amd/mapc.c b/usr.sbin/amd/amd/mapc.c index 09f8263df39..21904f09e44 100644 --- a/usr.sbin/amd/amd/mapc.c +++ b/usr.sbin/amd/amd/mapc.c @@ -1,3 +1,5 @@ +/* $OpenBSD: mapc.c,v 1.12 2003/10/30 16:04:06 millert Exp $ */ + /*- * Copyright (c) 1989 Jan-Simon Pendry * Copyright (c) 1989 Imperial College of Science, Technology & Medicine @@ -34,7 +36,7 @@ #ifndef lint /*static char sccsid[] = "from: @(#)mapc.c 8.1 (Berkeley) 6/6/93";*/ -static char *rcsid = "$Id: mapc.c,v 1.11 2003/06/02 23:36:51 millert Exp $"; +static char *rcsid = "$Id: mapc.c,v 1.12 2003/10/30 16:04:06 millert Exp $"; #endif /* not lint */ /* @@ -808,7 +810,7 @@ mapc_keyiter(mnt_map *m, void (*fn)(char *,void *), void *arg) } /* - * Iterate of the the root map + * Iterate over the root map * and call (*fn)() on the key * of all the nodes. * Finally throw away the root map. diff --git a/usr.sbin/amd/amd/sched.c b/usr.sbin/amd/amd/sched.c index ec5491301ad..ef7600c854d 100644 --- a/usr.sbin/amd/amd/sched.c +++ b/usr.sbin/amd/amd/sched.c @@ -1,3 +1,5 @@ +/* $OpenBSD: sched.c,v 1.10 2003/10/30 16:04:06 millert Exp $ */ + /* * Copyright (c) 1990 Jan-Simon Pendry * Copyright (c) 1990 Imperial College of Science, Technology & Medicine @@ -32,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)sched.c 8.1 (Berkeley) 6/6/93 - * $Id: sched.c,v 1.9 2003/06/02 23:36:51 millert Exp $ + * $Id: sched.c,v 1.10 2003/10/30 16:04:06 millert Exp $ */ /* @@ -244,7 +246,7 @@ do_task_notify(void) /* * Keep taking the first item off the list and processing it. * - * Done this way because the the callback can, quite reasonably, + * Done this way because the callback can, quite reasonably, * queue a new task, so no local reference into the list can be * held here. */ diff --git a/usr.sbin/amd/doc/amdref.texinfo b/usr.sbin/amd/doc/amdref.texinfo index 257e5ad7449..a08fb92ec34 100644 --- a/usr.sbin/amd/doc/amdref.texinfo +++ b/usr.sbin/amd/doc/amdref.texinfo @@ -36,7 +36,7 @@ @c OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF @c @c from: @(#)amdref.texinfo 8.1 (Berkeley) 6/6/93 -@c $Id: amdref.texinfo,v 1.9 2002/11/25 18:04:10 pvalchev Exp $ +@c $Id: amdref.texinfo,v 1.10 2003/10/30 16:04:06 millert Exp $ @c @setfilename amdref.info @c @setfilename /usr/local/emacs/info/amd @@ -811,7 +811,7 @@ When the map name begins with the string @samp{hesiod.} lookups are made using the @dfn{Hesiod} name server. The string following the dot is used as a name qualifier and is prepended with the key being located. The entire string is then resolved in the @code{automount} context. For -example, if the the key is @samp{jsp} and map name is +example, if the key is @samp{jsp} and map name is @samp{hesiod.homes} then @dfn{Hesiod} is asked to resolve @samp{jsp.homes.automount}. |