summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/types.h
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-12-03 00:42:10 +0000
committerKarl Berry <karl@freefriends.org>2009-12-03 00:42:10 +0000
commit67257c18c27c5265b15a55ad61d45da410f2f104 (patch)
treecda7ad04d5508d318053deda2922c990892023d2 /Build/source/texk/kpathsea/types.h
parent7bc782074dd7cba33ad218494c3693c66a33037d (diff)
formatting/doc fixes
git-svn-id: svn://tug.org/texlive/trunk@16274 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/types.h')
-rw-r--r--Build/source/texk/kpathsea/types.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/texk/kpathsea/types.h b/Build/source/texk/kpathsea/types.h
index c70abe13ade..72b82df14ff 100644
--- a/Build/source/texk/kpathsea/types.h
+++ b/Build/source/texk/kpathsea/types.h
@@ -195,7 +195,7 @@ typedef struct kpathsea_instance {
hash_table_type cnf_hash; /* used by read_all_cnf */
boolean doing_cnf_init; /* for kpse_cnf_get */
/* from db.c */
- hash_table_type db; /* The hash table for all the ls-R's. */
+ hash_table_type db; /* The hash table for all ls-R's */
hash_table_type alias_db; /* The hash table for the aliases */
str_list_type db_dir_list; /* list of ls-R's */
/* from debug.c */
@@ -207,14 +207,14 @@ typedef struct kpathsea_instance {
unsigned cache_length;
/* from fontmap.c */
hash_table_type map; /* the font mapping hash */
- const_string map_path; /* holds the format path for kpse_fontmap_format */
+ const_string map_path; /* path for kpse_fontmap_format */
/* from hash.c */
/* Print the hash values as integers if this is nonzero. */
boolean debug_hash_lookup_int;
/* from path-elt.c */
- string elt; /* statically created buffer for return value of |element| */
+ string elt; /* static buffer for return value */
unsigned elt_alloc;
- const_string path; /* The path we're currently working on. */
+ const_string path; /* path we're currently working on */
/* from pathsearch.c */
boolean followup_search;
FILE *log_file;