]> git.eshelyaron.com Git - emacs.git/commitdiff
* filelock.c: Fix comment to match code.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 9 Jul 2013 06:29:29 +0000 (23:29 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 9 Jul 2013 06:29:29 +0000 (23:29 -0700)
src/filelock.c

index 6e939f271d72ba3aab7969717ffc23e03e46d548..244663ad20aec46e9eb62a5d376b5fb9d7bfc1e3 100644 (file)
@@ -381,9 +381,9 @@ rename_lock_file (char const *old, char const *new, bool force)
 #endif
 }
 
-/* Create the lock file FILE with contents CONTENTS.  Return 0 if
+/* Create the lock file LFNAME with contents LOCK_INFO_STR.  Return 0 if
    successful, an errno value on failure.  If FORCE, remove any
-   existing FILE if necessary.  */
+   existing LFNAME if necessary.  */
 
 static int
 create_lock_file (char *lfname, char *lock_info_str, bool force)