diff --git a/file.c b/file.c index 843a9796b0..295192bb79 100644 --- a/file.c +++ b/file.c @@ -426,8 +426,9 @@ apply2files(int (*func)(const char *, void *), int argc, VALUE *argv, void *arg) * Returns the pathname used to create file as a string. Does * not normalize the name. * - * The pathname may not point the file corresponding to file. - * For instance, pathname becomes inaccurate when file has been moved or deleted. + * The pathname may not point to the file corresponding to file. + * For instance, the pathname becomes void when the file has been + * moved or deleted. * * This method raises IOError for a file created using * File::Constants::TMPFILE because they don't have a pathname.