examples: Fix typos

This commit is contained in:
Sébastien Deronne
2017-01-22 21:50:56 +01:00
parent b8223fc086
commit fca10346bb
6 changed files with 6 additions and 6 deletions

View File

@@ -27,7 +27,7 @@
// This is a simple example in order to show how to configure an IEEE 802.11n Wi-Fi network.
//
// It ouputs the UDP or TCP goodput for every HT MCS value, which depends on the MCS value (0 to 7), the
// It outputs the UDP or TCP goodput for every HT MCS value, which depends on the MCS value (0 to 7), the
// channel width (20 or 40 MHz) and the guard interval (long or short). The PHY bitrate is constant over all
// the simulation run. The user can also specify the distance between the access point and the station: the
// larger the distance the smaller the goodput.

View File

@@ -18,7 +18,7 @@
// This example is used to validate NIST and YANS error rate models for HT rates.
//
// It ouputs plots of the Frame Success Rate versus the Signal-to-noise ratio for
// It outputs plots of the Frame Success Rate versus the Signal-to-noise ratio for
// both NIST and YANS error rate models and for every HT MCS value.
#include "ns3/core-module.h"

View File

@@ -20,7 +20,7 @@
// This example is used to validate NIST and YANS error rate models for OFDM rates.
//
// It ouputs plots of the Frame Success Rate versus the Signal-to-noise ratio for
// It outputs plots of the Frame Success Rate versus the Signal-to-noise ratio for
// both NIST and YANS error rate models and for every OFDM mode.
#include "ns3/core-module.h"

View File

@@ -18,7 +18,7 @@
// This example is used to validate NIST and YANS error rate models for VHT rates.
//
// It ouputs plots of the Frame Success Rate versus the Signal-to-noise ratio for
// It outputs plots of the Frame Success Rate versus the Signal-to-noise ratio for
// both NIST and YANS error rate models and for every VHT MCS value (MCS 9 is not
// included since it is forbidden for 20 MHz channels).

View File

@@ -26,7 +26,7 @@
// This is a simple example in order to show how to configure an IEEE 802.11ac Wi-Fi network.
//
// It ouputs the UDP or TCP goodput for every VHT MCS value, which depends on the MCS value (0 to 9, where 9 is
// It outputs the UDP or TCP goodput for every VHT MCS value, which depends on the MCS value (0 to 9, where 9 is
// forbidden when the channel width is 20 MHz), the channel width (20, 40, 80 or 160 MHz) and the guard interval (long
// or short). The PHY bitrate is constant over all the simulation run. The user can also specify the distance between
// the access point and the station: the larger the distance the smaller the goodput.

View File

@@ -27,7 +27,7 @@
// This is an example to show how to configure an IEEE 802.11 Wi-Fi
// network where the AP and the station use different 802.11 standards.
//
// It ouputs the throughput for a given configuration: user can specify
// It outputs the throughput for a given configuration: user can specify
// the 802.11 versions for the AT and the station as well as their rate
// adaptation algorithms. It also allows to decide whether the station,
// the AP or both has/have traffic to send.