emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r113337: * filelock.c: Fix comment to match code.


From: Paul Eggert
Subject: [Emacs-diffs] trunk r113337: * filelock.c: Fix comment to match code.
Date: Tue, 09 Jul 2013 06:29:37 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113337
revision-id: address@hidden
parent: address@hidden
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Mon 2013-07-08 23:29:29 -0700
message:
  * filelock.c: Fix comment to match code.
modified:
  src/filelock.c                 filelock.c-20091113204419-o5vbwnq5f7feedwu-179
=== modified file 'src/filelock.c'
--- a/src/filelock.c    2013-07-07 18:48:16 +0000
+++ b/src/filelock.c    2013-07-09 06:29:29 +0000
@@ -381,9 +381,9 @@
 #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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]