summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%google.com <devnull@localhost>2013-02-07 01:11:00 +0000
committerwtc%google.com <devnull@localhost>2013-02-07 01:11:00 +0000
commit81948a83aef67b94c9b9bf06dd858c940f448451 (patch)
tree6daa0a3c7663b38fd9830ebc9e69a105da421ace
parent7e59c6b59d75417c09122283348675eb57240266 (diff)
downloadnss-hg-81948a83aef67b94c9b9bf06dd858c940f448451.tar.gz
Bug 822365: Fix a typo ("my" -> "may"). r=rrelyea.
-rw-r--r--security/nss/lib/freebl/hmacct.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/nss/lib/freebl/hmacct.c b/security/nss/lib/freebl/hmacct.c
index 52457dcda..0c3ba41de 100644
--- a/security/nss/lib/freebl/hmacct.c
+++ b/security/nss/lib/freebl/hmacct.c
@@ -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