diff --git a/brightray/browser/browser_main_parts.cc b/brightray/browser/browser_main_parts.cc index 611db9452617..4a98e6ee3988 100644 --- a/brightray/browser/browser_main_parts.cc +++ b/brightray/browser/browser_main_parts.cc @@ -137,7 +137,7 @@ int BrowserX11IOErrorHandler(Display* d) { // Wait for the UI thread (which has a different connection to the X server) // to get the error. We can't call shutdown from this thread without // tripping an error. Doing it through a function so that we'll be able - // to see it in any crash dumps.back + // to see it in any crash dumps. WaitingForUIThreadToHandleIOError(); return 0; }