Browse Source

Fix some credit comments.

slime 2 years ago
parent
commit
bbeacd72c4

+ 2 - 2
src/video/cocoa/SDL_cocoametalview.h

@@ -21,8 +21,8 @@
 /*
  * @author Mark Callow, www.edgewise-consulting.com.
  *
- * Thanks to Alex Szpakowski, @slime73 on GitHub, for his gist showing
- * how to add a CAMetalLayer backed view.
+ * Thanks to @slime73 on GitHub for their gist showing how to add a CAMetalLayer
+ * backed view.
  */
 #include "../../SDL_internal.h"
 

+ 2 - 2
src/video/cocoa/SDL_cocoametalview.m

@@ -21,8 +21,8 @@
 /*
  * @author Mark Callow, www.edgewise-consulting.com.
  *
- * Thanks to Alex Szpakowski, @slime73 on GitHub, for his gist showing
- * how to add a CAMetalLayer backed view.
+ * Thanks to @slime73 on GitHub for their gist showing how to add a CAMetalLayer
+ * backed view.
  */
 #include "../../SDL_internal.h"
 

+ 2 - 2
src/video/uikit/SDL_uikitmetalview.h

@@ -22,8 +22,8 @@
 /*
  * @author Mark Callow, www.edgewise-consulting.com.
  *
- * Thanks to Alex Szpakowski, @slime73 on GitHub, for his gist showing
- * how to add a CAMetalLayer backed view.
+ * Thanks to @slime73 on GitHub for their gist showing how to add a CAMetalLayer
+ * backed view.
  */
 
 #ifndef SDL_uikitmetalview_h_

+ 2 - 2
src/video/uikit/SDL_uikitmetalview.m

@@ -22,8 +22,8 @@
 /*
  * @author Mark Callow, www.edgewise-consulting.com.
  *
- * Thanks to Alex Szpakowski, @slime73 on GitHub, for his gist showing
- * how to add a CAMetalLayer backed view.
+ * Thanks to @slime73 on GitHub for their gist showing how to add a CAMetalLayer
+ * backed view.
  */
 
 #include "../../SDL_internal.h"