diff options
Diffstat (limited to 'src/or/rendcommon.c')
-rw-r--r-- | src/or/rendcommon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/rendcommon.c b/src/or/rendcommon.c index 5e73b3830a..f81cfed6a1 100644 --- a/src/or/rendcommon.c +++ b/src/or/rendcommon.c @@ -696,7 +696,7 @@ rend_encode_service_descriptor(rend_service_descriptor_t *desc, intro->extend_info->identity_digest, DIGEST_LEN); tor_assert(strlen(ipoint) == ipoint_len); - /* Assert that appending ipoint and its NUL won't over overun the + /* Assert that appending ipoint and its NUL won't over overrun the * buffer. */ tor_assert(cp + ipoint_len+1 < *str_out + buflen); memcpy(cp, ipoint, ipoint_len+1); |