aboutsummaryrefslogtreecommitdiffstats
path: root/parameter/ConfigurableElementAggregator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'parameter/ConfigurableElementAggregator.cpp')
-rw-r--r--parameter/ConfigurableElementAggregator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/parameter/ConfigurableElementAggregator.cpp b/parameter/ConfigurableElementAggregator.cpp
index a24c074..53a4bf8 100644
--- a/parameter/ConfigurableElementAggregator.cpp
+++ b/parameter/ConfigurableElementAggregator.cpp
@@ -71,7 +71,7 @@ bool CConfigurableElementAggregator::doAggregate(const CConfigurableElement* pCo
return true;
} else {
- // Add rogue children if any
+ // Add children if any
aggregateList.insert(aggregateList.end(), childAggregateElementList.begin(), childAggregateElementList.end());
return false;