summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'crypto')
-rw-r--r--crypto/openssl_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssl_util.h b/crypto/openssl_util.h
index 3f89f98..0d784a8 100644
--- a/crypto/openssl_util.h
+++ b/crypto/openssl_util.h
@@ -65,7 +65,7 @@ class ScopedOpenSSLSafeSizeBuffer {
}
private:
- // Pointer to the caller's data area and it's associated size, where data
+ // Pointer to the caller's data area and its associated size, where data
// written via safe_buffer() will [eventually] end up.
unsigned char* output_;
size_t output_len_;