Merge lp:~paul-lucas/zorba/feature-unordered_map into lp:zorba

Proposed by Paul J. Lucas
Status: Merged
Approved by: Chris Hillery
Approved revision: 10904
Merged at revision: 10933
Proposed branch: lp:~paul-lucas/zorba/feature-unordered_map
Merge into: lp:zorba
Diff against target: 12 lines (+1/-1)
1 file modified
src/util/unordered_map.h (+1/-1)
To merge this branch: bzr merge lp:~paul-lucas/zorba/feature-unordered_map
Reviewer Review Type Date Requested Status
Chris Hillery Approve
Paul J. Lucas Approve
Review via email: mp+114328@code.launchpad.net

Commit message

Fixed typo.

Description of the change

Fixed typo.

To post a comment you must log in.
Revision history for this message
Paul J. Lucas (paul-lucas) :
review: Approve
Revision history for this message
Chris Hillery (ceejatec) :
review: Approve
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue job feature-unordered_map-2012-07-13T00-16-08.126Z is finished. The final status was:

All tests succeeded!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/util/unordered_map.h'
2--- src/util/unordered_map.h 2012-06-05 14:16:41 +0000
3+++ src/util/unordered_map.h 2012-07-11 04:13:23 +0000
4@@ -46,7 +46,7 @@
5 * As such, it lacks member functions that use r-value references.
6 *
7 * @tparam KeyType They map's key type.
8- * @tparam MappedType The type the keys are mapped to.
9+ * @tparam ValueType The type the keys are mapped to.
10 * @tparam KeyHash The unary_function to use for generating hash codes.
11 * @tparam KeyEqual The binary_function to use to test for key equality.
12 * @tparam Allocator The allocator to use.

Subscribers

People subscribed via source and target branches