Fix typos committed to furrtek/havoc repo.

Thanks, furrtek!
This commit is contained in:
Jared Boone
2017-08-09 16:40:08 -07:00
parent a335139f3a
commit b147aee30a
3 changed files with 3 additions and 3 deletions

View File

@@ -57,7 +57,7 @@ size_t StreamInput::write(const void* const data, const size_t length) {
if( active_buffer->is_full() ) {
if( !fifo_buffers_full.in(active_buffer) ) {
// FIFO is fuil of buffers, there's no place for this one.
// FIFO is full of buffers, there's no place for this one.
// Bail out of the loop, and try submitting the buffer in the
// next pass.
// This should never happen if the number of buffers is less