aboutsummaryrefslogtreecommitdiffstats
path: root/src/comp.c
diff options
context:
space:
mode:
authorStefan Kangas2022-11-18 15:48:22 +0100
committerStefan Kangas2022-11-18 16:02:19 +0100
commitba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d (patch)
treeaee24e35b156969e2450699b3d02621bcec3375e /src/comp.c
parentc116d9f74c8fc81a7e98b1519fa300998a8a15c3 (diff)
downloademacs-ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d.tar.gz
emacs-ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d.zip
; Fix typos
Diffstat (limited to 'src/comp.c')
-rw-r--r--src/comp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp.c b/src/comp.c
index d2a2252cf2b..b6072a866e6 100644
--- a/src/comp.c
+++ b/src/comp.c
@@ -947,7 +947,7 @@ obj_to_reloc (Lisp_Object obj)
947 } 947 }
948 948
949 xsignal1 (Qnative_ice, 949 xsignal1 (Qnative_ice,
950 build_string ("cant't find data in relocation containers")); 950 build_string ("can't find data in relocation containers"));
951 assume (false); 951 assume (false);
952 952
953 found: 953 found: