summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerEmu
diff options
context:
space:
mode:
authorFilippo Tarpini <filippotarpini@hotmail.it>2020-12-31 12:59:54 +0200
committerLéo Lam <leo@leolam.fr>2021-01-05 15:24:21 +0100
commita5a6ef8512e92197afe86009297e4d144d21e41f (patch)
tree53539375446f104d411f1f52679eb46844a625ac /Source/Core/InputCommon/ControllerEmu
parent0805b583028133197e7dc76bd9612abeb15a2494 (diff)
Fix a couple of typos
[committer note: fixed commit message style]
Diffstat (limited to 'Source/Core/InputCommon/ControllerEmu')
-rw-r--r--Source/Core/InputCommon/ControllerEmu/ControllerEmu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/InputCommon/ControllerEmu/ControllerEmu.h b/Source/Core/InputCommon/ControllerEmu/ControllerEmu.h
index bcc25886f3..eaca692ced 100644
--- a/Source/Core/InputCommon/ControllerEmu/ControllerEmu.h
+++ b/Source/Core/InputCommon/ControllerEmu/ControllerEmu.h
@@ -220,7 +220,7 @@ public:
}
protected:
- // TODO: Wiimote attachment has its own member that isn't being used..
+ // TODO: Wiimote attachment has its own member that isn't being used.
ciface::ExpressionParser::ControlEnvironment::VariableContainer m_expression_vars;
void UpdateReferences(ciface::ExpressionParser::ControlEnvironment& env);