| Index: net/third_party/nss/ssl/win32err.h
|
| diff --git a/net/third_party/nss/ssl/win32err.h b/net/third_party/nss/ssl/win32err.h
|
| index 8ce588ec5a1928ec93e390d2a7b4db9b27247407..a698849061ccbfb1d32390f312035012c0bf4a41 100644
|
| --- a/net/third_party/nss/ssl/win32err.h
|
| +++ b/net/third_party/nss/ssl/win32err.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/. */
|
|
|