Skip to content

Commit

Permalink
[cosmetic] Improve comment in ButtonMapper.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
garbear committed Aug 16, 2016
1 parent 28e8bdd commit 6c075b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/buttonmapper/ButtonMapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ void CButtonMapper::DeriveFeatures(const ADDON::Joystick& joystick, const std::s
if (!m_controllerTransformer)
return;

// Obtain an iterator to the controller profile with the highest count of features defined
// Search the button map for the controller with the highest count of features defined
unsigned int maxFeatures = 0;
auto maxFeaturesIt = buttonMap.end();

Expand Down

0 comments on commit 6c075b8

Please sign in to comment.