Skip to content

Commit

Permalink
Typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
ljerezchaves committed Nov 16, 2023
1 parent 2f64ce4 commit 0b3b64e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helper/ofswitch13-stats-calculator.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace ns3
* calculator connects to a collection of trace sources in the OpenFlow switch
* device to monitor the following metrics:
*
* -# [LoaKbps] CPU porocessing load in the last interval (Kbps);
* -# [LoaKbps] CPU processing load in the last interval (Kbps);
* -# [LoaUsag] Average CPU processing capacity usage (percent);
* -# [Packets] Packets processed by the pipeline in the last interval;
* -# [DlyUsec] EWMA pipeline lookup delay for packet processing (usecs);
Expand Down
2 changes: 1 addition & 1 deletion model/ofswitch13-device.h
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ class OFSwitch13Device : public Object

/**
* Check if any flow in any table is timed out and update port status. This
* method schedules itself at every m_timout interval, to periodically check
* method schedules itself at every m_timeout interval, to periodically check
* the pipeline for timed out flow entries and update port status.
* \see BOFUSS function pipeline_timeout() at udatapath/pipeline.c
* \param dp The datapath.
Expand Down

0 comments on commit 0b3b64e

Please sign in to comment.