diff options
author | Christian Brueffer <brueffer@FreeBSD.org> | 2008-03-26 07:32:08 +0000 |
---|---|---|
committer | Christian Brueffer <brueffer@FreeBSD.org> | 2008-03-26 07:32:08 +0000 |
commit | 662cac9f231e3c339f011b554d232603cc58df90 (patch) | |
tree | e7fe03597b4470bc5563c7f3e7e962c88698ab9e /lib/libc | |
parent | 8e7f63ecf84b39826087a1a785b05040608c1d77 (diff) |
Fix some "in in" typos in comments.
PR: 121490
Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com>
Approved by: rwatson (mentor), jkoshy
MFC after: 3 days
Notes
Notes:
svn path=/head/; revision=177626
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/yp/xdryp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/yp/xdryp.c b/lib/libc/yp/xdryp.c index 7aed6ad3af84..ec2f71a1a2aa 100644 --- a/lib/libc/yp/xdryp.c +++ b/lib/libc/yp/xdryp.c @@ -42,7 +42,7 @@ extern void *ypresp_data; * I'm leaving the xdr_datum() function in purely for backwards * compatibility. yplib.c doesn't actually use it, but it's listed * in yp_prot.h as being available, so it's probably a good idea to - * leave it in in case somebody goes looking for it. + * leave it in case somebody goes looking for it. */ typedef struct { char *dptr; |