aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/utils
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2018-01-19 02:13:53 +0100
committerMarcus Brinkmann <[email protected]>2018-01-19 02:13:53 +0100
commit5b32eda7b33c8470dbb47c7c87ba2f5cf7e7d146 (patch)
tree97d63921a318701114c6a7a2c868c79515b17eee /src/lib/utils
parent2b7000735fcb33abba0134b1eb5388d82a3ba1c4 (diff)
Fix documentation of DataSource::end_of_data.
Diffstat (limited to 'src/lib/utils')
-rw-r--r--src/lib/utils/data_src.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/utils/data_src.h b/src/lib/utils/data_src.h
index 346ec20f7..09c1bffdf 100644
--- a/src/lib/utils/data_src.h
+++ b/src/lib/utils/data_src.h
@@ -49,7 +49,7 @@ class BOTAN_PUBLIC_API(2,0) DataSource
/**
* Test whether the source still has data that can be read.
- * @return true if there is still data to read, false otherwise
+ * @return true if there is no more data to read, false otherwise
*/
virtual bool end_of_data() const = 0;
/**