aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Kangas2024-02-04 09:48:04 +0100
committerStefan Kangas2024-02-04 11:06:50 +0100
commitfc8b09484a2fbe182a0351c47afc3bf71f3b2a1b (patch)
treec9c0a3309dfba3757cb72ac2742ff74bc35ae7b3 /src
parentdd81e767b7782c275af4221fe258fa3d2948724a (diff)
downloademacs-fc8b09484a2fbe182a0351c47afc3bf71f3b2a1b.tar.gz
emacs-fc8b09484a2fbe182a0351c47afc3bf71f3b2a1b.zip
; Fix typos
Diffstat (limited to 'src')
-rw-r--r--src/fns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fns.c b/src/fns.c
index 1262e3e749e..08908d481a3 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -5374,7 +5374,7 @@ mark_fns (void)
5374 } 5374 }
5375} 5375}
5376 5376
5377/* Find the hash_table_test object correponding to the (bare) symbol TEST, 5377/* Find the hash_table_test object corresponding to the (bare) symbol TEST,
5378 creating one if none existed. */ 5378 creating one if none existed. */
5379static struct hash_table_test * 5379static struct hash_table_test *
5380get_hash_table_user_test (Lisp_Object test) 5380get_hash_table_user_test (Lisp_Object test)