File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ var LibraryPThread = {
121
121
if ( pthread . worker ) pthread . worker . pthread = null ;
122
122
} ,
123
123
124
- // Allocates a the given amount of new web workers and stores them in the pool of unused workers.
124
+ // Allocates the given amount of new web workers and stores them in the pool of unused workers.
125
125
// onFinishedLoading: A callback function that will be called once all of the workers have been initialized and are
126
126
// ready to host pthreads. Optional. This is used to mitigate bug https://bugzilla.mozilla.org/show_bug.cgi?id=1049079
127
127
allocateUnusedWorkers : function ( numWorkers , onFinishedLoading ) {
Original file line number Diff line number Diff line change @@ -497,7 +497,7 @@ function stringToAscii(str, outPtr) {
497
497
}
498
498
Module [ 'stringToAscii' ] = stringToAscii ;
499
499
500
- // Given a pointer 'ptr' to a null-terminated UTF8-encoded string in the a given array that contains uint8 values, returns
500
+ // Given a pointer 'ptr' to a null-terminated UTF8-encoded string in the given array that contains uint8 values, returns
501
501
// a copy of that string as a Javascript String object.
502
502
503
503
function UTF8ArrayToString ( u8Array , idx ) {
You can’t perform that action at this time.
0 commit comments