base: Fix code spelling
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
This commit is contained in:

committed by
Jeffrey Altman

parent
a3878d3e9d
commit
551f0c32fa
@@ -976,7 +976,7 @@ parse_string(struct parse_ctx *ctx)
|
|||||||
/* NUL-terminate for rk_base64_decode() and plain paranoia */
|
/* NUL-terminate for rk_base64_decode() and plain paranoia */
|
||||||
if (p0 != NULL && p == pend) {
|
if (p0 != NULL && p == pend) {
|
||||||
/*
|
/*
|
||||||
* Work out how far p is into p0 to re-esablish p after
|
* Work out how far p is into p0 to re-establish p after
|
||||||
* the realloc()
|
* the realloc()
|
||||||
*/
|
*/
|
||||||
size_t p0_to_pend_len = (pend - p0);
|
size_t p0_to_pend_len = (pend - p0);
|
||||||
|
Reference in New Issue
Block a user