Bug 822365: Fix a typo ("my" -> "may"). r=rrelyea.

git-svn-id: svn://10.0.0.236/trunk@264702 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
wtc%google.com
2013-02-07 01:11:00 +00:00
parent ab90f378a9
commit 746d3ccf9a

View File

@@ -51,8 +51,8 @@ constantTimeEQ8(unsigned char a, unsigned char b)
* the sender. |dataLen| must be >= the length of the MAC tag.
*
* |dataTotalLen| is >= |dataLen| and also accounts for any padding bytes
* that may follow the sender's MAC. (Only a single block of padding my follow
* in SSLv3, or up to 255 bytes in TLS.)
* that may follow the sender's MAC. (Only a single block of padding may
* follow in SSLv3, or up to 255 bytes in TLS.)
*
* Since the results of decryption are secret information (otherwise a
* padding-oracle is created), this function is constant-time with respect to