aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/expression/RBAStateValue.cpp
diff options
context:
space:
mode:
authorKenji Hosokawa <khosokawa@jp.adit-jv.com>2020-10-23 13:04:49 +0900
committerKenji Hosokawa <khosokawa@jp.adit-jv.com>2020-10-23 13:04:49 +0900
commit4680fc4332d939d852592c86546f7bca148dace7 (patch)
treefa1d71082e85e1bbcc6ba3686dfd372311cc8885 /src/core/expression/RBAStateValue.cpp
parentc0ecf677d8ac6ad5cd12e97a294e075f3f8cb249 (diff)
Cosmetic changes to pass compilation
Signed-off-by: Kenji Hosokawa <khosokawa@jp.adit-jv.com>
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);
}