Skip to content

Commit 0d47725

Browse files
committed
doc: remove "the" in "the their"
1 parent bb31e06 commit 0d47725

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

src/spectrum/test/three-gpp-channel-test-suite.cc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ ThreeGppChannelMatrixUpdateTest::DoRun()
438438
nodes.Get(0)->AggregateObject(txMob);
439439
nodes.Get(1)->AggregateObject(rxMob);
440440

441-
// create the tx and rx antennas and set the their dimensions
441+
// create the tx and rx antennas and set their dimensions
442442
Ptr<PhasedArrayModel> txAntenna = CreateObjectWithAttributes<UniformPlanarArray>(
443443
"NumColumns",
444444
UintegerValue(m_txAntennaElements),
@@ -894,7 +894,7 @@ ThreeGppChannelConsistencyTest::DoRun()
894894
rxMobCopies[i] = rxMobCopy;
895895
}
896896

897-
// create the tx and rx antennas and set the their dimensions
897+
// create the tx and rx antennas and set their dimensions
898898
Ptr<PhasedArrayModel> txAntenna = CreateObjectWithAttributes<UniformPlanarArray>(
899899
"NumColumns",
900900
UintegerValue(m_txAntennaElements),
@@ -1084,7 +1084,7 @@ ThreeGppAntennaSetupChangedTest::DoRun()
10841084
nodes.Get(0)->AggregateObject(txMob);
10851085
nodes.Get(1)->AggregateObject(rxMob);
10861086

1087-
// create the tx and rx antennas and set the their dimensions
1087+
// create the tx and rx antennas and set their dimensions
10881088
Ptr<PhasedArrayModel> txAntenna = CreateObjectWithAttributes<UniformPlanarArray>(
10891089
"NumColumns",
10901090
UintegerValue(m_txAntennaElements),
@@ -1394,7 +1394,7 @@ ThreeGppSpectrumPropagationLossModelTest::DoRun()
13941394
nodes.Get(0)->AggregateObject(txMob);
13951395
nodes.Get(1)->AggregateObject(rxMob);
13961396

1397-
// create the tx and rx antennas and set the their dimensions
1397+
// create the tx and rx antennas and set their dimensions
13981398
Ptr<PhasedArrayModel> txAntenna = CreateObjectWithAttributes<UniformPlanarArray>(
13991399
"NumColumns",
14001400
UintegerValue(m_txAntennaElements),
@@ -1583,7 +1583,7 @@ ThreeGppCalcLongTermMultiPortTest::DoRun()
15831583
nodes.Get(0)->AggregateObject(txMob);
15841584
nodes.Get(1)->AggregateObject(rxMob);
15851585

1586-
// create the tx and rx antennas and set the their dimensions
1586+
// create the tx and rx antennas and set their dimensions
15871587
Ptr<PhasedArrayModel> txAntenna1 = CreateObjectWithAttributes<UniformPlanarArray>(
15881588
"NumColumns",
15891589
UintegerValue(8),
@@ -1627,7 +1627,7 @@ ThreeGppCalcLongTermMultiPortTest::DoRun()
16271627
Ptr<const MatrixBasedChannelModel::Complex3DVector> matrixA =
16281628
threeGppSplm->CalcLongTerm(channelMatrixM0, txAntenna1, rxAntenna1);
16291629

1630-
// create the tx and rx antennas and set the their dimensions
1630+
// create the tx and rx antennas and set their dimensions
16311631
Ptr<PhasedArrayModel> txAntenna2 = CreateObjectWithAttributes<UniformPlanarArray>(
16321632
"NumColumns",
16331633
UintegerValue(8),
@@ -1658,7 +1658,7 @@ ThreeGppCalcLongTermMultiPortTest::DoRun()
16581658
Ptr<const MatrixBasedChannelModel::Complex3DVector> matrixB =
16591659
threeGppSplm->CalcLongTerm(channelMatrixM0, txAntenna2, rxAntenna2);
16601660

1661-
// create the tx and rx antennas and set the their dimensions
1661+
// create the tx and rx antennas and set their dimensions
16621662
Ptr<PhasedArrayModel> txAntenna3 = CreateObjectWithAttributes<UniformPlanarArray>(
16631663
"NumColumns",
16641664
UintegerValue(4),
@@ -1849,7 +1849,7 @@ ThreeGppMimoPolarizationTest::CreateAndConfigureAntenna(const MimoPolarizationAn
18491849
{
18501850
antenna = CreateObject<ThreeGppAntennaModel>();
18511851
}
1852-
// create the tx and rx antennas and set the their dimensions
1852+
// create the tx and rx antennas and set their dimensions
18531853
return CreateObjectWithAttributes<UniformPlanarArray>("NumColumns",
18541854
UintegerValue(params.m_cols),
18551855
"NumRows",
@@ -1897,7 +1897,7 @@ ThreeGppMimoPolarizationTest::DoRun()
18971897
nodes.Get(0)->AggregateObject(txMob);
18981898
nodes.Get(1)->AggregateObject(rxMob);
18991899

1900-
// create the tx and rx antennas and set the their dimensions
1900+
// create the tx and rx antennas and set their dimensions
19011901
Ptr<PhasedArrayModel> txAntenna = CreateAndConfigureAntenna(m_txParams);
19021902
Ptr<PhasedArrayModel> rxAntenna = CreateAndConfigureAntenna(m_rxParams);
19031903

src/wifi/model/wifi-acknowledgment.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ struct WifiUlMuMultiStaBa : public WifiAcknowledgment
312312
WifiMacHeader::QosAckPolicy ackPolicy) const override;
313313
void Print(std::ostream& os) const override;
314314

315-
/// Map (originator, tid) pairs to the their index in baType
315+
/// Map (originator, tid) pairs to their index in baType
316316
std::map<std::pair<Mac48Address, uint8_t>, std::size_t> stationsReceivingMultiStaBa;
317317
BlockAckType baType; //!< BlockAck type
318318
WifiTxVector tbPpduTxVector; //!< TXVECTOR for a TB PPDU

0 commit comments

Comments
 (0)