No bug - Fixup a comment in nsMemoryImpl.

Follow-up to D54829.

Differential Revision: https://phabricator.services.mozilla.com/D55032

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Emilio Cobos Álvarez 2019-11-27 22:06:46 +00:00
Родитель cdb083473c
Коммит 5ec30de90e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -92,7 +92,7 @@ nsresult nsMemoryImpl::FlushMemory(const char16_t* aReason, bool aImmediate) {
PRIntervalTime now = PR_IntervalNow();
// Run the flushers immediately if we can; otherwise, proxy to the
// UI thread can run 'em asynchronously.
// UI thread and run 'em asynchronously.
nsresult rv = NS_OK;
if (aImmediate) {
RunFlushers(aReason);