Bug 1262557 Correct misspelled comment r?jdm draft
authorAndreas Farre <afarre@mozilla.com>
Wed, 06 Apr 2016 14:22:14 -0400
changeset 348152 3680be7c055e76690c01021e4c18452501011298
parent 348150 07efe4d65e4017d87d2fab256a10f660a1abbd6c
child 517789 829bcbd7ceb2c40568c800d895f78a6514f06fe8
push id14757
push userbmo:afarre@mozilla.com
push dateWed, 06 Apr 2016 18:33:21 +0000
reviewersjdm
bugs1262557
milestone48.0a1
Bug 1262557 Correct misspelled comment r?jdm MozReview-Commit-ID: 7snyvtPltty
dom/system/gonk/Volume.cpp
--- a/dom/system/gonk/Volume.cpp
+++ b/dom/system/gonk/Volume.cpp
@@ -51,17 +51,17 @@ VolumeObserverList Volume::sEventObserve
 // state, it gets assigned a new generation number. Whenever the state
 // of a Volume changes, we send the updated state and current generation
 // number to the main thread where it gets updated in the nsVolume.
 //
 // Since WakeLocks can only be queried from the main-thread, the
 // nsVolumeService looks for WakeLock status changes, and forwards
 // the results to the IOThread.
 //
-// If the Volume (IOThread) recieves a volume update where the generation
+// If the Volume (IOThread) receives a volume update where the generation
 // number mismatches, then the update is simply ignored.
 //
 // When a Volume (IOThread) initially becomes mounted, we assume it to
 // be locked until we get our first update from nsVolume (MainThread).
 static int32_t sMountGeneration = 0;
 
 static uint32_t sNextId = 1;