Skip to content

Commit

Permalink
Fix a documentation typo.
Browse files Browse the repository at this point in the history
Review-Url: https://codereview.chromium.org/2204743002
Cr-Commit-Position: refs/heads/master@{#414555}
  • Loading branch information
eroman authored and Commit bot committed Aug 25, 2016
1 parent c549612 commit 01db75e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/openssl_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace crypto {

// Provides a buffer of at least MIN_SIZE bytes, for use when calling OpenSSL's
// SHA256, HMAC, etc functions, adapting the buffer sizing rules to meet those
// of the our base wrapper APIs.
// of our base wrapper APIs.
// This allows the library to write directly to the caller's buffer if it is of
// sufficient size, but if not it will write to temporary |min_sized_buffer_|
// of required size and then its content is automatically copied out on
Expand Down

0 comments on commit 01db75e

Please sign in to comment.