* src/misc.c (struct wd): Fix comment to match code.

This commit is contained in:
Paul Eggert
2010-07-18 12:34:13 -07:00
parent 8c662c9f29
commit b3b15f7cbc

View File

@@ -648,7 +648,7 @@ struct wd
value if it was not saved successfully. */
int err;
/* The saved version of the directory, if SAVED == 1. */
/* The saved version of the directory, if ERR == 0. */
struct saved_cwd saved_cwd;
};