about summary refs log tree commit diff
path: root/src/libutil/util.hh
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2016-11-17T16·55+0100
committerEelco Dolstra <edolstra@gmail.com>2016-11-17T16·55+0100
commit349e988903d9cf7559eb4732c2acb671670872c4 (patch)
treeea3c7440163bc9edd684fea1d7958e72a9cd62dd /src/libutil/util.hh
parent00b8bce4d0b1648961196d6d65a3a9898ff99e67 (diff)
Typo
Diffstat (limited to '')
-rw-r--r--src/libutil/util.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/util.hh b/src/libutil/util.hh
index 0a3315bb5a..1ede48a65f 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. */