Pārlūkot izejas kodu

Fixed comment typo

Sam Lantinga 5 gadi atpakaļ
vecāks
revīzija
1ac7eabaca
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/joystick/hidapi/SDL_hidapi_xbox360.c

+ 1 - 1
src/joystick/hidapi/SDL_hidapi_xbox360.c

@@ -252,7 +252,7 @@ HIDAPI_DriverXbox360_IsSupportedDevice(Uint16 vendor_id, Uint16 product_id, Uint
     SDL_GameControllerType type = SDL_GetJoystickGameControllerType(vendor_id, product_id, name);
 
     if (vendor_id == 0x0955) {
-        /* This is the NVIDIA Shield controller which doesn't talk XBox controller protocol */
+        /* This is the NVIDIA Shield controller which doesn't talk Xbox controller protocol */
         return SDL_FALSE;
     }
 #if defined(__MACOSX__) || defined(__WIN32__)