Skip to content

Commit a4f3d29

Browse files
committed
Update comment text to not sound like graph parsing
1 parent 917d4a8 commit a4f3d29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/AttributePathExpandIterator.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ bool AttributePathExpandIterator::AdvanceOutputPath()
3232
/// - kInvalid* constants are used to define "no value available (yet)" and
3333
/// iteration loop will fill the first value when such a value is seen (fixed for non-wildcard
3434
/// or iteration-based in case of wildcards).
35-
/// - Iteration of the output path is done in breadth-first order: first endpoint, then cluster, then attribute.
35+
/// - Iteration of the output path is done in order: first endpoint, then cluster, then attribute.
3636
/// Processing works like:
3737
/// - Initial state is kInvalidEndpointId/kInvalidClusterId/kInvalidAttributeId
3838
/// - First loop pass fills-in endpointID, followed by clusterID, followed by attributeID

0 commit comments

Comments
 (0)