summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrea Corallo <andcor03@e130743.arm.com>2024-02-27 12:20:31 +0100
committerAndrea Corallo <andcor03@e130743.arm.com>2024-02-27 12:21:05 +0100
commit6de60f33ed5cc438e20400aee83e1e2032773811 (patch)
treec6c2758a89878ca13eaf490e51dc59c10610f553 /src
parent6a2b43c5692e7427be0ddc6b084052f283b77d65 (diff)
; * src/data.c (Ftype_of): Update comment.
Diffstat (limited to 'src')
-rw-r--r--src/data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data.c b/src/data.c
index 0c47750cb75..fd4b1fe4e44 100644
--- a/src/data.c
+++ b/src/data.c
@@ -211,7 +211,7 @@ for example, (type-of 1) returns `integer'. */)
return Qcons;
case Lisp_Vectorlike:
- /* WARNING!! Keep 'cl--typeof-types' in sync with this code!! */
+ /* WARNING!! Keep 'cl--type-hierarchy' in sync with this code!! */
switch (PSEUDOVECTOR_TYPE (XVECTOR (object)))
{
case PVEC_NORMAL_VECTOR: return Qvector;