aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Kangas2022-07-02 10:20:23 +0200
committerStefan Kangas2022-07-02 10:20:23 +0200
commit9230953f23c432699347bb3eeadebd82e4cbbfaa (patch)
tree1b7b80a432ea21578b2b3f14f3a5ac2f28ac4ea0 /src
parent3112d5a2f1cff376f7aeba97479ed38e494959ee (diff)
downloademacs-9230953f23c432699347bb3eeadebd82e4cbbfaa.tar.gz
emacs-9230953f23c432699347bb3eeadebd82e4cbbfaa.zip
; Fix typos.
Diffstat (limited to 'src')
-rw-r--r--src/lisp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h
index 7a7d2e79979..e4a49b8ef94 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -3451,7 +3451,7 @@ union specbinding
3451#define WRAP_SPECPDL_REF 1 3451#define WRAP_SPECPDL_REF 1
3452#endif 3452#endif
3453 3453
3454/* Abstract reference to to a specpdl entry. 3454/* Abstract reference to a specpdl entry.
3455 The number is always a multiple of sizeof (union specbinding). */ 3455 The number is always a multiple of sizeof (union specbinding). */
3456#ifdef WRAP_SPECPDL_REF 3456#ifdef WRAP_SPECPDL_REF
3457/* Use a proper type for specpdl_ref if it does not make the code slower, 3457/* Use a proper type for specpdl_ref if it does not make the code slower,