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

@@ -82,7 +82,7 @@ namespace platf {
this->resolution_fn = resolution_fn;
// we never use this pointer but it's existence is checked/used
// by the platform independed code
// by the platform independent code
data = this;
return 0;