From 5d51403ceb9b86a1bfa66f00c7af39f1200e65f1 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 9 Oct 2017 22:53:19 -0700 Subject: ; Typo fixes, mostly repeated words --- src/emacs-module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/emacs-module.c') diff --git a/src/emacs-module.c b/src/emacs-module.c index e5833a1d1f0..6bc91a7e06a 100644 --- a/src/emacs-module.c +++ b/src/emacs-module.c @@ -983,7 +983,7 @@ value_to_lisp (emacs_value v) return o; } -/* Attempt to convert O to an emacs_value. Do not do any checking or +/* Attempt to convert O to an emacs_value. Do not do any checking or allocate any storage; the caller should prevent or detect any resulting bit pattern that is not a valid emacs_value. */ static emacs_value -- cgit v1.2.3