Bug 1445958 - fixed a method name name in a comment; r=jrmuizel

MozReview-Commit-ID: DHvy0cufcXt

--HG--
extra : rebase_source : 025125a18f561f6fa4359eb49af29147d1d5900f
This commit is contained in:
Alex Gaynor 2018-03-15 10:31:28 -04:00
Родитель 10133961e8
Коммит 59aea7c021
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -52,9 +52,9 @@ public:
~GPUProcessHost();
// Launch the subprocess asynchronously. On failure, false is returned.
// Otherwise, true is returned, and the OnLaunchComplete listener callback
// will be invoked either when a connection has been established, or if a
// connection could not be established due to an asynchronous error.
// Otherwise, true is returned, and the OnProcessLaunchComplete listener
// callback will be invoked either when a connection has been established, or
// if a connection could not be established due to an asynchronous error.
bool Launch();
// If the process is being launched, block until it has launched and