From 3b878455ac95ab5b3554642e84d186b4e6cb6a56 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sun, 1 Jan 2017 12:59:58 +0100 Subject: [PATCH] ; Fix typo * src/gfilenotify.c: --- src/gfilenotify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gfilenotify.c b/src/gfilenotify.c index 9f828375a78..6ec5c642825 100644 --- a/src/gfilenotify.c +++ b/src/gfilenotify.c @@ -27,7 +27,7 @@ along with GNU Emacs. If not, see . */ #include "keyboard.h" -/* This is a list, elements are triples (DESCRIPTOR FILE FLAGS CALLBACK) */ +/* This is a list, elements are quadruples (DESCRIPTOR FILE FLAGS CALLBACK) */ static Lisp_Object watch_list; /* This is the callback function for arriving signals from -- 2.11.4.GIT