diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2016-11-17T16·55+0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2016-11-17T16·55+0100 |
commit | 349e988903d9cf7559eb4732c2acb671670872c4 (patch) | |
tree | ea3c7440163bc9edd684fea1d7958e72a9cd62dd /src/libutil | |
parent | 00b8bce4d0b1648961196d6d65a3a9898ff99e67 (diff) |
Typo
Diffstat (limited to 'src/libutil')
-rw-r--r-- | src/libutil/util.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/util.hh b/src/libutil/util.hh index 0a3315bb5afa..1ede48a65ff2 100644 --- a/src/libutil/util.hh +++ b/src/libutil/util.hh @@ -431,7 +431,7 @@ void callSuccess( } -/* A variant of std::istringstream that doesn't its string +/* A variant of std::istringstream that doesn't copy its string argument. This is useful for large strings. The caller must ensure that the string object is not destroyed while it's referenced by this object. */ |