Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(14)

Unified Diff: crypto/openssl_util.h

Issue 9909002: Fix a grammatical error in crypto/openssl_util.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crypto/openssl_util.h
diff --git a/crypto/openssl_util.h b/crypto/openssl_util.h
index 3f89f9870240d646f0cae377d113eeb328bf2c1c..0d784a84842aad58bfb3b9fd64736d1202c32c0f 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_;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698