зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1879692: typo: s/aquires/acquires/ in `Mutex.h` r=webgpu-reviewers,nical
Differential Revision: https://phabricator.services.mozilla.com/D203714
This commit is contained in:
Родитель
bd30b6931d
Коммит
ee15eab8b9
|
@ -227,7 +227,7 @@ class MOZ_RAII MOZ_SCOPED_CAPABILITY BaseAutoLock {
|
|||
public:
|
||||
/**
|
||||
* Constructor
|
||||
* The constructor aquires the given lock. The destructor
|
||||
* The constructor acquires the given lock. The destructor
|
||||
* releases the lock.
|
||||
*
|
||||
* @param aLock A valid mozilla::Mutex* returned by
|
||||
|
@ -343,7 +343,7 @@ class MOZ_RAII MOZ_SCOPED_CAPABILITY ReleasableBaseAutoLock {
|
|||
public:
|
||||
/**
|
||||
* Constructor
|
||||
* The constructor aquires the given lock. The destructor
|
||||
* The constructor acquires the given lock. The destructor
|
||||
* releases the lock.
|
||||
*
|
||||
* @param aLock A valid mozilla::Mutex& returned by
|
||||
|
|
Загрузка…
Ссылка в новой задаче