From 318d44b9bce302c0851213f1070bd6b080a363a7 Mon Sep 17 00:00:00 2001 From: brucec <brucec@FreeBSD.org> Date: Tue, 1 Mar 2011 11:47:51 +0000 Subject: Remove duplicate "in". Suggested by: Rob Farmer <rfarmer at predatorlabs.net> MFC after: 3 days --- lib/libc/yp/xdryp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc') diff --git a/lib/libc/yp/xdryp.c b/lib/libc/yp/xdryp.c index 7aed6ad..ec2f71a 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; -- cgit v1.1