summaryrefslogtreecommitdiff
path: root/src/ccl.c
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2010-02-14 18:32:16 +0100
committerJuanma Barranquero <lekktu@gmail.com>2010-02-14 18:32:16 +0100
commit737b5223e1c9521ecd8195185c4dbb3669e5a71c (patch)
treeeb04df7eb3593cd9b45633848c141ad32f7f6d61 /src/ccl.c
parent484eaeac2794fe1e898125d1f6885594823b9406 (diff)
downloademacs-737b5223e1c9521ecd8195185c4dbb3669e5a71c.tar.gz
Fix typos in comments.
Diffstat (limited to 'src/ccl.c')
-rw-r--r--src/ccl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ccl.c b/src/ccl.c
index c1c566e53c4..bc3cfe09b77 100644
--- a/src/ccl.c
+++ b/src/ccl.c
@@ -43,7 +43,7 @@ Lisp_Object Vcode_conversion_map_vector;
/* Alist of fontname patterns vs corresponding CCL program. */
Lisp_Object Vfont_ccl_encoder_alist;
-/* This symbol is a property which assocates with ccl program vector.
+/* This symbol is a property which associates with ccl program vector.
Ex: (get 'ccl-big5-encoder 'ccl-program) returns ccl program vector. */
Lisp_Object Qccl_program;