Unverified Commit 20098909 authored by Ge Jun's avatar Ge Jun Committed by GitHub

Merge pull request #261 from guangqianpeng/master

Fix typo in bounded_queue.h
parents 0c90dbc0 e3941855
......@@ -66,7 +66,7 @@ public:
};
// Construct a queue with the given capacity.
// The malloc() may fail sliently, call initialized() to test validity
// The malloc() may fail silently, call initialized() to test validity
// of the queue.
explicit BoundedQueue(size_t capacity)
: _count(0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment