From: Dmitry Antipov Date: Mon, 14 Jan 2013 11:16:14 +0000 (+0400) Subject: * lisp.h (toplevel): Fix typo in comment. X-Git-Tag: emacs-24.3.90~173^2~7^2~302 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b17b4d0ff03f107a96f6acf6b4997f41c923978d;p=emacs.git * lisp.h (toplevel): Fix typo in comment. --- diff --git a/src/lisp.h b/src/lisp.h index 39e12835d98..7decd54c9d1 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -1417,7 +1417,7 @@ struct Lisp_Save_Value #define XSAVE_POINTER(obj) XSAVE_VALUE (obj)->data[0].pointer -/* Likewise for the saved ingeger. */ +/* Likewise for the saved integer. */ #define XSAVE_INTEGER(obj) XSAVE_VALUE (obj)->data[1].integer