summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%google.com <devnull@localhost>2008-02-26 02:30:05 +0000
committerwtc%google.com <devnull@localhost>2008-02-26 02:30:05 +0000
commitac63e2ca247b3d5806789a47a48d803f543c8537 (patch)
treea51baa897a321ca5a585f0ece966cc7f63e60650
parent9775813ca95a8ea9c964e2af05dfea727a3c47ae (diff)
downloadnss-hg-ac63e2ca247b3d5806789a47a48d803f543c8537.tar.gz
Comment fix.
-rw-r--r--security/nss/lib/ssl/ssl3ext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/lib/ssl/ssl3ext.c b/security/nss/lib/ssl/ssl3ext.c
index 8bf4a7e88..5ff4dbebc 100644
--- a/security/nss/lib/ssl/ssl3ext.c
+++ b/security/nss/lib/ssl/ssl3ext.c
@@ -1163,7 +1163,7 @@ ssl3_ParseEncryptedSessionTicket(sslSocket *ss, SECItem *data,
}
/* go through hello extensions in buffer "b".
- * For each one, find the extension handler in the appropriate table, and
+ * For each one, find the extension handler in the table, and
* if present, invoke that handler.
* Servers ignore any extensions with unknown extension types.
* Clients reject any extensions with unadvertised extension types.