summaryrefslogtreecommitdiffstats
path: root/lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib.h')
-rw-r--r--lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib.h b/lib.h
index 233e4a0a..f1022c67 100644
--- a/lib.h
+++ b/lib.h
@@ -137,7 +137,7 @@ struct lazy_string {
type_t type;
val prefix; /* actual string part */
val list; /* remaining list */
- val opts; /* ( limit . sepstring ) */
+ val opts; /* ( separator . limit ) */
};
struct cobj {