| Index: ios/web/web_state/error_translation_util.h
|
| diff --git a/ios/web/web_state/error_translation_util.h b/ios/web/web_state/error_translation_util.h
|
| index 857b4aa604fa4b02717c938ec988eb26241bbe86..723cdbb7f410074897ab2defcb94690406cb1e8b 100644
|
| --- a/ios/web/web_state/error_translation_util.h
|
| +++ b/ios/web/web_state/error_translation_util.h
|
| @@ -11,8 +11,8 @@ namespace web {
|
|
|
| // Translates iOS-specific errors into their net error equivalent. If a valid
|
| // translation is found, a copy of |error| is returned with the translation as
|
| -// its underlying error. If there is no viable translation, the original error
|
| -// is returned.
|
| +// its final underlying error. If there is no viable translation, the original
|
| +// error is returned.
|
| NSError* NetErrorFromError(NSError* error);
|
|
|
| } // namespace web
|
|
|