| Index: android_webview/java/src/org/chromium/android_webview/crash/CrashReceiverService.java
|
| diff --git a/android_webview/java/src/org/chromium/android_webview/crash/CrashReceiverService.java b/android_webview/java/src/org/chromium/android_webview/crash/CrashReceiverService.java
|
| index ecd8c0a607c5a08adf8cb70a40801887a1bcc6a1..fa55e1ab16fe59c5ad50b0d09bacbde54967bff5 100644
|
| --- a/android_webview/java/src/org/chromium/android_webview/crash/CrashReceiverService.java
|
| +++ b/android_webview/java/src/org/chromium/android_webview/crash/CrashReceiverService.java
|
| @@ -177,7 +177,7 @@ public class CrashReceiverService extends Service {
|
| }
|
|
|
| /**
|
| - * Create the directory in which WebView wlll store its minidumps.
|
| + * Create the directory in which WebView will store its minidumps.
|
| * WebView needs a crash directory different from Chrome's to ensure Chrome's and WebView's
|
| * minidump handling won't clash in cases where both Chrome and WebView are provided by the
|
| * same app (Monochrome).
|
|
|