fix typo in comment

This commit is contained in:
Zeke Sikelianos 2017-09-24 10:44:08 +09:00 committed by Shelley Vohr
parent fc443a8c2c
commit 94f46c9059
No known key found for this signature in database
GPG key ID: F13993A75599653C

View file

@ -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;
}