Skip to content

Commit

Permalink
fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kfcripps committed Mar 4, 2024
1 parent f02d57e commit 253e76b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontends/p4/frontend.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ namespace P4 {

class ConstantFoldingPolicy; // forward declare to avoid having to include

/// A customization point for frotend. The each tool can provide their own implementation of the
/// policy that customazes its behaviour, or use instance of this class directly to provide the
/// A customization point for frontend. The each tool can provide their own implementation of the
/// policy that customizes its behaviour, or use instance of this class directly to provide the
/// defaults.
class FrontEndPolicy {
public:
Expand Down

0 comments on commit 253e76b

Please sign in to comment.