Fix typos

This commit is contained in:
Gabriel Ferreira
2023-02-18 00:43:21 -03:00
parent 8f1d403fcd
commit 6f076416e7
302 changed files with 679 additions and 545 deletions

View File

@@ -69,7 +69,7 @@ NS_LOG_COMPONENT_DEFINE("SeventhScriptExample");
/**
* Congestion window change callback
*
* \param stream The ouput stream file.
* \param stream The output stream file.
* \param oldCwnd Old congestion window.
* \param newCwnd New congestion window.
*/
@@ -84,7 +84,7 @@ CwndChange(Ptr<OutputStreamWrapper> stream, uint32_t oldCwnd, uint32_t newCwnd)
/**
* Rx drop callback
*
* \param file The ouput PCAP file.
* \param file The output PCAP file.
* \param p The dropped packet.
*/
static void

View File

@@ -65,7 +65,7 @@ NS_LOG_COMPONENT_DEFINE("SixthScriptExample");
/**
* Congestion window change callback
*
* \param stream The ouput stream file.
* \param stream The output stream file.
* \param oldCwnd Old congestion window.
* \param newCwnd New congestion window.
*/
@@ -80,7 +80,7 @@ CwndChange(Ptr<OutputStreamWrapper> stream, uint32_t oldCwnd, uint32_t newCwnd)
/**
* Rx drop callback
*
* \param file The ouput PCAP file.
* \param file The output PCAP file.
* \param p The dropped packet.
*/
static void