diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/src/Freeze/MapI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Freeze/MapI.cpp b/cpp/src/Freeze/MapI.cpp index 4c3783dca80..88c1dca2074 100644 --- a/cpp/src/Freeze/MapI.cpp +++ b/cpp/src/Freeze/MapI.cpp @@ -274,7 +274,7 @@ bool Freeze::IteratorHelperI::lowerBound(const Key& key) const { // - // We retrieve the action key for upperBound + // We retrieve the actual key for upperBound // Dbt dbKey; _key = key; |