From b17b4d0ff03f107a96f6acf6b4997f41c923978d Mon Sep 17 00:00:00 2001 From: Dmitry Antipov Date: Mon, 14 Jan 2013 15:16:14 +0400 Subject: [PATCH] * lisp.h (toplevel): Fix typo in comment. --- src/lisp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5