chiark
/
gitweb
/
~mdw
/
runlisp
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix a number of random typos in source commentary and documentation.
[runlisp]
/
lib.c
diff --git
a/lib.c
b/lib.c
index d369e7d77e6c43708d30f83aa8a520d723d3c17c..99cad5d61e92abb7189a1b45941eb7fee66a127b 100644
(file)
--- a/
lib.c
+++ b/
lib.c
@@
-1638,7
+1638,7
@@
static const char *subst(const char *p, const char *l,
/* If there's an alternative, then we need to process (or maybe
* skip) it. Otherwise, we should complain if there was no
/* If there's an alternative, then we need to process (or maybe
* skip) it. Otherwise, we should complain if there was no
- * v
e
riable, and we're not skipping.
+ * v
a
riable, and we're not skipping.
*/
if (p < l && *p == '?')
p = subst(p + 1, l, sb, file, line, subqfilt,
*/
if (p < l && *p == '?')
p = subst(p + 1, l, sb, file, line, subqfilt,