From ee4ba5c8fe42311f676f4553504c3f61a3eb0168 Mon Sep 17 00:00:00 2001 From: Philipp Stephani Date: Thu, 18 Apr 2019 23:29:20 +0200 Subject: [PATCH] ; * src/lisp.h (integer_to_intmax): Fix typo. --- src/lisp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lisp.h b/src/lisp.h index 25d0a3d6ac1..0da20375228 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -3475,7 +3475,7 @@ extern Lisp_Object make_bignum_str (char const *, int); extern Lisp_Object make_neg_biguint (uintmax_t); extern Lisp_Object double_to_integer (double); -/* Converthe integer NUM to *N. Return true if successful, false +/* Convert the integer NUM to *N. Return true if successful, false (possibly setting *N) otherwise. */ INLINE bool integer_to_intmax (Lisp_Object num, intmax_t *n) -- 2.39.5