Correct typos in comments

This commit is contained in:
Casey Korver
2023-07-03 15:13:13 -05:00
committed by Cameron Gutman
parent 70dc582f38
commit b1ffa8a6c5
13 changed files with 29 additions and 29 deletions

View File

@ -183,7 +183,7 @@ namespace cuda {
int width, height;
// When heigth and width don't change, it's not necessary to use linear interpolation
// When height and width don't change, it's not necessary to use linear interpolation
bool linear_interpolation;
sws_t sws;