We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0c90dbc + e394185 commit 2009890Copy full SHA for 2009890
src/butil/containers/bounded_queue.h
@@ -66,7 +66,7 @@ class BoundedQueue {
66
};
67
68
// Construct a queue with the given capacity.
69
- // The malloc() may fail sliently, call initialized() to test validity
+ // The malloc() may fail silently, call initialized() to test validity
70
// of the queue.
71
explicit BoundedQueue(size_t capacity)
72
: _count(0)
0 commit comments