Commit 24bc00a831f74cd95255f94660d4763db4b6761e

Philipp Wiesemann 2016-08-03T22:39:44

Fixed two old identifiers in header comments.

diff --git a/include/SDL_keyboard.h b/include/SDL_keyboard.h
index bbba0f0..f80b6d2 100644
--- a/include/SDL_keyboard.h
+++ b/include/SDL_keyboard.h
@@ -136,7 +136,7 @@ extern DECLSPEC SDL_Scancode SDLCALL SDL_GetScancodeFromName(const char *name);
  *          copy it.  If the key doesn't have a name, this function returns an
  *          empty string ("").
  *
- *  \sa SDL_Key
+ *  \sa SDL_Keycode
  */
 extern DECLSPEC const char *SDLCALL SDL_GetKeyName(SDL_Keycode key);
 
diff --git a/include/SDL_video.h b/include/SDL_video.h
index b909602..1b8dc2b 100644
--- a/include/SDL_video.h
+++ b/include/SDL_video.h
@@ -789,7 +789,6 @@ extern DECLSPEC int SDLCALL SDL_UpdateWindowSurface(SDL_Window * window);
  *  \return 0 on success, or -1 on error.
  *
  *  \sa SDL_GetWindowSurface()
- *  \sa SDL_UpdateWindowSurfaceRect()
  */
 extern DECLSPEC int SDLCALL SDL_UpdateWindowSurfaceRects(SDL_Window * window,
                                                          const SDL_Rect * rects,