Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(292)

Unified Diff: nss/mozilla/security/nss/lib/util/portreg.c

Issue 3135002: Update to NSS 3.12.7 and NSPR 4.8.6.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: nss/mozilla/security/nss/lib/util/portreg.c
===================================================================
--- nss/mozilla/security/nss/lib/util/portreg.c (revision 55475)
+++ nss/mozilla/security/nss/lib/util/portreg.c (working copy)
@@ -204,7 +204,7 @@
if (!e2)
return ABORTED;
for (sx = 1; ; ++sx) {
- /* Here, exp[sx] is one character past the preceeding '(' or '|'. */
+ /* Here, exp[sx] is one character past the preceding '(' or '|'. */
/* Copy everything up to the next delimiter to e2 */
count = _scan_and_copy(exp + sx, ')', '|', e2);
if (count == ABORTED || !count) {

Powered by Google App Engine
This is Rietveld 408576698