From 746d3ccf9ac8b9e09bdabf02a6e7a170509db9f8 Mon Sep 17 00:00:00 2001 From: "wtc%google.com" Date: Thu, 7 Feb 2013 01:11:00 +0000 Subject: [PATCH] Bug 822365: Fix a typo ("my" -> "may"). r=rrelyea. git-svn-id: svn://10.0.0.236/trunk@264702 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/security/nss/lib/freebl/hmacct.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/security/nss/lib/freebl/hmacct.c b/mozilla/security/nss/lib/freebl/hmacct.c index 52457dcda7a..0c3ba41dec1 100644 --- a/mozilla/security/nss/lib/freebl/hmacct.c +++ b/mozilla/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