branch: master
commit 1f813bac805af39af17955655977575787daf743
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>

    * async-bytecomp.el: Fix comment.
---
 async-bytecomp.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/async-bytecomp.el b/async-bytecomp.el
index 99e3364..3ec8df9 100644
--- a/async-bytecomp.el
+++ b/async-bytecomp.el
@@ -50,7 +50,7 @@
            for f in dir
            when (file-exists-p f) do (delete-file f))
   ;; Ensure async is reloaded when async.elc is deleted.
-  ;; This happen when recompiling its directory.
+  ;; This happen when recompiling its own directory.
   (load "async")
   (let ((call-back
          `(lambda (&optional ignore)

Reply via email to