]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/lisp.h (integer_to_intmax): Fix typo.
authorPhilipp Stephani <phst@google.com>
Thu, 18 Apr 2019 21:29:20 +0000 (23:29 +0200)
committerPhilipp Stephani <phst@google.com>
Thu, 18 Apr 2019 21:29:20 +0000 (23:29 +0200)
src/lisp.h

index 25d0a3d6ac1446ab96dbaf0d9f5986b7a85dac62..0da20375228aab02a9f81d95d5e8521063b546d8 100644 (file)
@@ -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)