chiark / gitweb /
Fix a number of random typos in source commentary and documentation.
[runlisp] / lib.h
diff --git a/lib.h b/lib.h
index 0e285a41b92e42345ea3c18ba151bbeca03297aa..cba8965a4916e26a5d7bb0bc4a776b849703e982 100644 (file)
--- a/lib.h
+++ b/lib.h
@@ -400,8 +400,8 @@ struct treap_node {
 /* We can't allocate nodes ourselves, because only the caller knows how.
  * Instead, insertion is split into two operations: `treap_probe' looks to
  * see whether a matching node is already in the treap, and returns it if so;
- * otherwise, it flls in this `treap_path' structure, which is passed back to
- * `treap_insert' to help it add the fresh node into the treap.  (See the
+ * otherwise, it fills in this `treap_path' structure, which is passed back
+ * to `treap_insert' to help it add the fresh node into the treap.  (See the
  * commentary in `treap_probe' and `treap_insert' for the details.)
  */
 #define TREAP_PATHMAX 64