aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2007-12-31 00:08:09 +0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2007-12-31 00:08:09 +0000
commitdedd62dd0ca0c066dd0fce32eaa7bff442bd15da (patch)
treeeffc73d0167d040a5a6dd885b1c1917016a37fdf /src
parentb5ddcf58ad1283d462fd10935708f8b24bc05135 (diff)
* More release notes.
Diffstat (limited to 'src')
-rw-r--r--src/libexpr/primops.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libexpr/primops.cc b/src/libexpr/primops.cc
index bb9190579..9b0df9238 100644
--- a/src/libexpr/primops.cc
+++ b/src/libexpr/primops.cc
@@ -917,8 +917,8 @@ static Expr prim_toString(EvalState & state, const ATermVector & args)
}
-/* `substr start len str' returns the substring of `str' starting at
- character position `min(start, stringLength str)' inclusive and
+/* `substring start len str' returns the substring of `str' starting
+ at character position `min(start, stringLength str)' inclusive and
ending at `min(start + len, stringLength str)'. `start' must be
non-negative. */
static Expr prim_substring(EvalState & state, const ATermVector & args)