Skip to content

Commit c442668

Browse files
committed
[#3319] typo fix
1 parent 840486e commit c442668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/util/buffer.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ class InputBuffer {
265265
/// @brief Base of the buffer.
266266
const uint8_t* base_;
267267

268-
/// @brief Current poisition in the buffer.
268+
/// @brief Current position in the buffer.
269269
const uint8_t* current_;
270270

271271
/// @brief End of the buffer (address of the byte after).

0 commit comments

Comments
 (0)