Bug 1350703 - Typo fixes in code-comments within layout/XUL. r=dholbert

DONTBUILD because comment-only.
This commit is contained in:
Paul Bignier 2017-03-26 18:37:10 +02:00
parent fb41ae3e0a
commit e2808177ef

View File

@ -97,10 +97,10 @@ nsImageBoxFrameEvent::Run()
// Fire off an event that'll asynchronously call the image elements
// onload handler once handled. This is needed since the image library
// can't decide if it wants to call it's observer methods
// can't decide if it wants to call its observer methods
// synchronously or asynchronously. If an image is loaded from the
// cache the notifications come back synchronously, but if the image
// is loaded from the netswork the notifications come back
// is loaded from the network the notifications come back
// asynchronously.
void