From 4680fc4332d939d852592c86546f7bca148dace7 Mon Sep 17 00:00:00 2001 From: Kenji Hosokawa Date: Fri, 23 Oct 2020 13:04:49 +0900 Subject: Cosmetic changes to pass compilation Signed-off-by: Kenji Hosokawa --- src/core/expression/RBAStateValue.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/expression/RBAStateValue.cpp') 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); } -- cgit 1.2.3-korg