From 97603a5d2adc889186f2934624a95c92dbfa2fdd Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 2 Jun 2005 05:17:24 +0000 Subject: Don't use "path" or "filename". --- src/remove.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/remove.c') diff --git a/src/remove.c b/src/remove.c index 298e43752..7c5578704 100644 --- a/src/remove.c +++ b/src/remove.c @@ -231,7 +231,7 @@ pop_dir (Dirstack_state *ds) top_len = length[n_lengths - 1]; assert (top_len >= 2); - /* Pop off the specified length of pathname. */ + /* Pop the specified length of file name. */ assert (obstack_object_size (&ds->dir_stack) >= top_len); obstack_blank (&ds->dir_stack, -top_len); @@ -271,7 +271,7 @@ right_justify (char *dst, size_t dst_len, const char *src, size_t src_len, return dst_len - src_len; } -/* Using the global directory name obstack, create the full path to FILENAME. +/* Using the global directory name obstack, create the full name FILENAME. Return it in sometimes-realloc'd space that should not be freed by the caller. Realloc as necessary. If realloc fails, use a static buffer and put as long a suffix in that buffer as possible. */ -- cgit v1.2.3-54-g00ecf