diff options
author | Max Mouratov <mmouratov@gmail.com> | 2018-09-03 01:08:43 +0500 |
---|---|---|
committer | Ivan Maidanski <ivmai@mail.ru> | 2018-09-04 10:03:18 +0300 |
commit | 9757e5b85b0c4be9688d2de8273a605dab07b395 (patch) | |
tree | 4b3e6abd936e8c550a7ae7d3fa07b4ef482b47bb /cord | |
parent | c50de12ab045b57953e152545836c23f76e7bc24 (diff) | |
download | bdwgc-9757e5b85b0c4be9688d2de8273a605dab07b395.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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cord/tests/de.c b/cord/tests/de.c index 2fd8c487..f87d0e19 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. |