[Lldb-commits] [PATCH] D10898: Fix typos
Ed Maste
emaste at freebsd.org
Thu Jul 2 09:04:04 PDT 2015
emaste added a subscriber: emaste.
emaste added a comment.
One comment, otherwise looks fine to me if you've confirmed the tests pass.
================
Comment at: examples/synthetic/unordered_multi.py:18
@@ -17,3 +17,3 @@
try:
- # unordered_map is made up a a hash_map, which has 4 pieces in it:
+ # unordered_map is a made up hash_map, which has 4 pieces in it:
# bucket list :
----------------
My guess, "made up of a" was what was originally intended?
http://reviews.llvm.org/D10898
More information about the lldb-commits
mailing list