Skip to content

Commit 2009890

Browse files
authored
Merge pull request apache#261 from guangqianpeng/master
Fix typo in bounded_queue.h
2 parents 0c90dbc + e394185 commit 2009890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/butil/containers/bounded_queue.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class BoundedQueue {
6666
};
6767

6868
// Construct a queue with the given capacity.
69-
// The malloc() may fail sliently, call initialized() to test validity
69+
// The malloc() may fail silently, call initialized() to test validity
7070
// of the queue.
7171
explicit BoundedQueue(size_t capacity)
7272
: _count(0)

0 commit comments

Comments
 (0)