Skip to content

Commit

Permalink
Fix a typo & make lint happy
Browse files Browse the repository at this point in the history
Signed-off-by: Vladimír Štill <vladimir.still@intel.com>
  • Loading branch information
vlstill committed Oct 4, 2024
1 parent 390aa70 commit 2e0a857
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ir/ir-traversal.h
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ struct Traverse {
} // namespace Detail

/// @brief Given an object @p obj and a series of selector (ending with a modifier), modify the @p
/// obj's sub object at the selecte path. %This is useful for deeper modification of objects that
/// obj's sub object at the selected path. %This is useful for deeper modification of objects that
/// is not based on object types (in that case please use visitors) but on object structure (e.g.
/// member paths of C++ objects).
/// @param obj An object to modify.
Expand Down Expand Up @@ -199,4 +199,4 @@ Obj *apply(const Obj *obj, Selectors &&...selectors) {

} // namespace P4::IR::Traversal

#endif // IR_IR_TRAVERSAL_H_
#endif // IR_IR_TRAVERSAL_H_

0 comments on commit 2e0a857

Please sign in to comment.