4
0
Эх сурвалжийг харах

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

Paul Eggert 14 жил өмнө
parent
commit
b3b15f7cbc
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      src/misc.c

+ 1 - 1
src/misc.c

@@ -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;
 };