Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-09-20 09:42:07 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-09-20 09:44:28 +0300
commitc5c8c68eec93e57ed46be4371d8831e2f0fe3fe2 (patch)
treea8ec26687285ba1059e03077bca221cd90effcaa /intern/ghost
parentc77344384567b4aad2e39691b2423f34306c963f (diff)
Cleanup: spelling
Diffstat (limited to 'intern/ghost')
-rw-r--r--intern/ghost/intern/GHOST_DisplayManagerSDL.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/intern/GHOST_DisplayManagerSDL.cpp b/intern/ghost/intern/GHOST_DisplayManagerSDL.cpp
index 18adf948e3b..5b026eb1632 100644
--- a/intern/ghost/intern/GHOST_DisplayManagerSDL.cpp
+++ b/intern/ghost/intern/GHOST_DisplayManagerSDL.cpp
@@ -106,7 +106,7 @@ GHOST_TSuccess GHOST_DisplayManagerSDL::setCurrentDisplaySetting(
* ftp://ftp.idsoftware.com/idstuff/source/q2source-3.21.zip
* See linux/gl_glx.c:GLimp_SetMode
* http://wiki.bzflag.org/BZFlag_Source
- * See src/platform/SDLDisplay.cxx:SDLDisplay and createWindow
+ * See: `src/platform/SDLDisplay.cxx:SDLDisplay` and `createWindow`.
*/
SDL_DisplayMode mode;
const int num_modes = SDL_GetNumDisplayModes(display);