Commit 4bbb4172 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Fix typo

parent 9ccf4c03
......@@ -477,7 +477,7 @@ static size_t encode_length(uint8_t *buf, size_t n, size_t prefix)
}
/*
* Decodes |prefx| prefixed integer stored from |in|. The |last|
* Decodes |prefix| prefixed integer stored from |in|. The |last|
* represents the 1 beyond the last of the valid contiguous memory
* region from |in|. The decoded integer must be less than or equal
* to UINT32_MAX.
......
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