Improve documentation

This commit is contained in:
Gioacchino Mazzurco 2019-04-10 21:10:21 +02:00
parent ab80d9a374
commit 9ad79f0c89
No known key found for this signature in database
GPG key ID: A1FBCA3872E87051
2 changed files with 38 additions and 4 deletions

View file

@ -314,7 +314,7 @@ LLwaitTokenBeginLabel:
#if defined(__ANDROID__) && (__ANDROID_API__ < 24)
/* Work around for very slow/old android devices, we don't expect this
* to be necessary on newer devices. If it take unreasonably long
* something worser is already happening elsewere amd we return anyway.
* something worser is already happening elsewere and we return anyway.
*/
if( st > RsTokenService::FAILED && st < RsTokenService::COMPLETE
&& maxWorkAroundCnt-- > 0 )