Fix even more typos from 357404e25f

Change-Id: I4f44261547b321a214348943ff5117eb5bd55b06


[ROCm/hip commit: bfad8d2833]
Esse commit está contido em:
Vlad Sytchenko
2020-05-04 15:26:56 -04:00
commit 0c944d69cb
@@ -3898,7 +3898,7 @@ static inline hipError_t hipBindTexture(
const void *devPtr,
size_t size = UINT_MAX)
{
return hipBindTexture(offset, &tex, devPtr, tex.channelDesc, size);
return hipBindTexture(offset, &tex, devPtr, &tex.channelDesc, size);
}
template<class T, int dim, enum hipTextureReadMode readMode>