Code Review
/
ep-engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
8e346cc
)
Fix typo in MockBasicLinkedList::getWriteLock
77/76777/4
author
Dave Rigby
<daver@couchbase.com>
Thu, 13 Apr 2017 16:14:32 +0000
(16:14 +0000)
committer
Manu Dhundi
<manu@couchbase.com>
Thu, 13 Apr 2017 20:37:38 +0000
(20:37 +0000)
Change-Id: I7f7ceda0195549b89e3b317224c2eeebf80153b4
Reviewed-on: http://review.couchbase.org/76777
Reviewed-by: Manu Dhundi <manu@couchbase.com>
Tested-by: Build Bot <build@couchbase.com>
tests/mock/mock_basic_ll.h
patch
|
blob
|
history
diff --git
a/tests/mock/mock_basic_ll.h
b/tests/mock/mock_basic_ll.h
index
cd9f691
..
8211e72
100644
(file)
--- a/
tests/mock/mock_basic_ll.h
+++ b/
tests/mock/mock_basic_ll.h
@@
-51,7
+51,7
@@
public:
return rangeReadLock;
}
- /// Expose the writeLock for testin
s
.
+ /// Expose the writeLock for testin
g
.
std::mutex& getWriteLock() {
return writeLock;
}