Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libedit callers's -> caller's
details: https://anonhg.NetBSD.org/src/rev/ea8d94025215
branches: trunk
changeset: 333098:ea8d94025215
user: riz <riz%NetBSD.org@localhost>
date: Sat Oct 18 15:07:02 2014 +0000
description:
callers's -> caller's
diffstat:
lib/libedit/filecomplete.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 16fbbc33ea50 -r ea8d94025215 lib/libedit/filecomplete.c
--- a/lib/libedit/filecomplete.c Sat Oct 18 14:56:14 2014 +0000
+++ b/lib/libedit/filecomplete.c Sat Oct 18 15:07:02 2014 +0000
@@ -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 @@
* 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)
Home |
Main Index |
Thread Index |
Old Index