fix typo in comment
This commit is contained in:
parent
fc443a8c2c
commit
94f46c9059
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ int BrowserX11IOErrorHandler(Display* d) {
|
||||||
// Wait for the UI thread (which has a different connection to the X server)
|
// 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
|
// 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
|
// 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();
|
WaitingForUIThreadToHandleIOError();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue