aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/expression/RBAStateValue.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/expression/RBAStateValue.cpp')
-rw-r--r--src/core/expression/RBAStateValue.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/expression/RBAStateValue.cpp b/src/core/expression/RBAStateValue.cpp
index f2fe5cb..77d14b5 100644
--- a/src/core/expression/RBAStateValue.cpp
+++ b/src/core/expression/RBAStateValue.cpp
@@ -33,7 +33,7 @@ void RBAStateValue::accept(RBAExpressionVisitor& visitor)
{
// RBASceneAllocatableCollector which is the only existing vistor
// does not pass this path because it does not accept
- // the expression that returns Value. But, in the future,
+ // the expression that returns Value. But, in the future,
// another visitor may accept, so implement this.
visitor.visit(*this);
}