diff options
author | Bernard Normier <bernard@zeroc.com> | 2006-11-28 16:53:16 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2006-11-28 16:53:16 +0000 |
commit | 0a4879d2fe008e71efa67b0c21ce673f7b59f14c (patch) | |
tree | dfd9edbceaf86a4efd6ef9afe55d210dd2694992 /cpp/src/Freeze/MapI.cpp | |
parent | Win32 fix (diff) | |
download | ice-0a4879d2fe008e71efa67b0c21ce673f7b59f14c.tar.bz2 ice-0a4879d2fe008e71efa67b0c21ce673f7b59f14c.tar.xz ice-0a4879d2fe008e71efa67b0c21ce673f7b59f14c.zip |
Fixed typo
Diffstat (limited to 'cpp/src/Freeze/MapI.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; |