summaryrefslogtreecommitdiff
path: root/cord
diff options
context:
space:
mode:
authorMax Mouratov <mmouratov@gmail.com>2018-09-03 01:08:43 +0500
committerIvan Maidanski <ivmai@mail.ru>2018-10-01 12:21:31 +0300
commit69975e1849f4afe46acd257457b33cc7136f6100 (patch)
tree723051f85c2ebd833317e2f7a03022cd9655b962 /cord
parenta2d65ec43adf33d9dec5239fa59216023530f59e (diff)
downloadbdwgc-69975e1849f4afe46acd257457b33cc7136f6100.tar.gz
Fix comment typos in backgraph.c, de.c, gcconfig.h
* ChangeLog (5.0alpha6): Fix typo ("DATASTART"). * include/private/gcconfig.h: Likewise. * backgraph.c: Fix typo in comment ("If"). * cord/tests/de.c: Fix typo in comment ("Unbounded").
Diffstat (limited to 'cord')
-rw-r--r--cord/tests/de.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cord/tests/de.c b/cord/tests/de.c
index dcc67d58..8e3f346e 100644
--- a/cord/tests/de.c
+++ b/cord/tests/de.c
@@ -15,7 +15,7 @@
* A really simple-minded text editor based on cords.
* Things it does right:
* No size bounds.
- * Inbounded undo.
+ * Unbounded undo.
* Shouldn't crash no matter what file you invoke it on (e.g. /vmunix)
* (Make sure /vmunix is not writable before you try this.)
* Scrolls horizontally.