Skip to content

Commit

Permalink
Update src/app/AttributePathExpandIterator.h
Browse files Browse the repository at this point in the history
Co-authored-by: Boris Zbarsky <[email protected]>
  • Loading branch information
andy31415 and bzbarsky-apple authored Jan 17, 2025
1 parent 84a10fd commit b62c26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/AttributePathExpandIterator.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class AttributePathExpandIterator
DataModel::MetadataList<DataModel::EndpointEntry> mEndpoints; // all endpoints
size_t mEndpointIndex = kInvalidIndex;

DataModel::MetadataList<DataModel::ServerClusterEntry> mClusters; // all clustesr ON THE CURRENT endpoint
DataModel::MetadataList<DataModel::ServerClusterEntry> mClusters; // all clusters ON THE CURRENT endpoint
size_t mClusterIndex = kInvalidIndex;

DataModel::MetadataList<DataModel::AttributeEntry> mAttributes; // all clustesr ON THE CURRENT cluster
Expand Down

0 comments on commit b62c26e

Please sign in to comment.