diff options
author | Martin Hedenfal <martinh@cvs.openbsd.org> | 2011-01-13 06:09:36 +0000 |
---|---|---|
committer | Martin Hedenfal <martinh@cvs.openbsd.org> | 2011-01-13 06:09:36 +0000 |
commit | 34e778910c4d20d770afcb9412f0ac3116a2f2bf (patch) | |
tree | 2f8494c440d359b623a008b3f3c1be6fff0dce2a /usr.sbin | |
parent | 578f0b70575ef896d8fa830b3589bc52ea7c2633 (diff) |
Remove double 'to' in comment, ok pyr@
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ypldap/yp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ypldap/yp.c b/usr.sbin/ypldap/yp.c index 3c4b0dcfc43..e948e380f02 100644 --- a/usr.sbin/ypldap/yp.c +++ b/usr.sbin/ypldap/yp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: yp.c,v 1.9 2011/01/13 06:07:42 martinh Exp $ */ +/* $OpenBSD: yp.c,v 1.10 2011/01/13 06:09:35 martinh Exp $ */ /* * Copyright (c) 2008 Pierre-Yves Ritschard <pyr@openbsd.org> * @@ -453,7 +453,7 @@ ypproc_next_2_svc(ypreq_key *arg, struct svc_req *req) &ukey)) == NULL) { /* * canacar's trick: - * the user might have been deleted in between calls to + * the user might have been deleted in between calls * to next since the tree may be modified by a reload. * next should still return the next user in * lexicographical order, hence insert the search key |