| Index: net/third_party/nss/ssl/os2_err.h
|
| diff --git a/net/third_party/nss/ssl/os2_err.h b/net/third_party/nss/ssl/os2_err.h
|
| index 3052d54a7af5e1382bece170141ffb53a93065ad..15e47411a13de1c5cbfa113bff36a9f102559a6b 100644
|
| --- a/net/third_party/nss/ssl/os2_err.h
|
| +++ b/net/third_party/nss/ssl/os2_err.h
|
| @@ -1,11 +1,11 @@
|
| /*
|
| * This file essentially replicates NSPR's source for the functions that
|
| - * map system-specific error codes to NSPR error codes. We would use
|
| + * map system-specific error codes to NSPR error codes. We would use
|
| * NSPR's functions, instead of duplicating them, but they're private.
|
| * As long as SSL's server session cache code must do platform native I/O
|
| * to accomplish its job, and NSPR's error mapping functions remain private,
|
| * This code will continue to need to be replicated.
|
| - *
|
| + *
|
| * This Source Code Form is subject to the terms of the Mozilla Public
|
| * License, v. 2.0. If a copy of the MPL was not distributed with this
|
| * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|