This commit is contained in:
Tatsuhiro Tsujikawa 2014-08-03 14:07:35 +09:00
parent 9ccf4c037d
commit 4bbb4172aa
1 changed files with 1 additions and 1 deletions

View File

@ -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 * represents the 1 beyond the last of the valid contiguous memory
* region from |in|. The decoded integer must be less than or equal * region from |in|. The decoded integer must be less than or equal
* to UINT32_MAX. * to UINT32_MAX.