Module Name:    src
Committed By:   riz
Date:           Sat Oct 18 15:07:03 UTC 2014

Modified Files:
        src/lib/libedit: filecomplete.c

Log Message:
callers's -> caller's


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/lib/libedit/filecomplete.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libedit/filecomplete.c
diff -u src/lib/libedit/filecomplete.c:1.33 src/lib/libedit/filecomplete.c:1.34
--- src/lib/libedit/filecomplete.c:1.33	Sat Oct 18 08:33:23 2014
+++ src/lib/libedit/filecomplete.c	Sat Oct 18 15:07:02 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: filecomplete.c,v 1.33 2014/10/18 08:33:23 snj Exp $	*/
+/*	$NetBSD: filecomplete.c,v 1.34 2014/10/18 15:07:02 riz Exp $	*/
 
 /*-
  * Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
 
 #include "config.h"
 #if !defined(lint) && !defined(SCCSID)
-__RCSID("$NetBSD: filecomplete.c,v 1.33 2014/10/18 08:33:23 snj Exp $");
+__RCSID("$NetBSD: filecomplete.c,v 1.34 2014/10/18 15:07:02 riz Exp $");
 #endif /* not lint && not SCCSID */
 
 #include <sys/types.h>
@@ -64,7 +64,7 @@ static const Char break_chars[] = { ' ',
  * if ``user'' isn't valid user name or ``txt'' doesn't start
  * w/ '~', returns pointer to strdup()ed copy of ``txt''
  *
- * it's the callers's responsibility to free() the returned string
+ * it's the caller's responsibility to free() the returned string
  */
 char *
 fn_tilde_expand(const char *txt)

Reply via email to