lte: Fix a typo: s/Componet/Component/

This commit is contained in:
Alexander Krotov
2017-05-24 17:02:17 +03:00
parent 5e19bd4b23
commit b786ec3002
4 changed files with 7 additions and 7 deletions

View File

@@ -187,7 +187,7 @@ protected:
* So, LteEnbComponentCarrierManager class will receive function calls that are meant for MAC, and
* will forward them to the MAC of the component carriers based on the logic implemented
* in LteComponentCarrierManager. This attribute will be initialized by using class that implements
* LteMacSapProvider interface and class that implements LteEnbComponetnCarrierManager base class
* LteMacSapProvider interface and class that implements LteEnbComponentCarrierManager base class
* e.g.:EnbMacMemberLteMacSapProvider <LteEnbComponentCarrierManagerImpl>
*/
LteMacSapProvider* m_macSapProvider;//!< A pointer to main SAP interface of the MAC instance, which is in this case handled by CCM.

View File

@@ -135,8 +135,8 @@ public:
void SetLteEnbPhySapProvider (LteEnbPhySapProvider* s);
/**
* \brief Get the eNB-ComponetCarrierManager SAP User
* \return a pointer to the SAP User of the ComponetCarrierManager
* \brief Get the eNB-ComponentCarrierManager SAP User
* \return a pointer to the SAP User of the ComponentCarrierManager
*/
LteCcmMacSapProvider* GetLteCcmMacSapProvider ();

View File

@@ -1303,9 +1303,9 @@ private:
/// Interface to the handover algorithm instance.
LteHandoverManagementSapProvider* m_handoverManagementSapProvider;
/// Receive API calls from the LteEnbComponetCarrierManager instance.
/// Receive API calls from the LteEnbComponentCarrierManager instance.
LteCcmRrcSapUser* m_ccmRrcSapUser;
/// Interface to the LteEnbComponetCarrierManager instance.
/// Interface to the LteEnbComponentCarrierManager instance.
LteCcmRrcSapProvider* m_ccmRrcSapProvider;
/// Receive API calls from the ANR instance.

View File

@@ -692,9 +692,9 @@ private:
LteAsSapProvider* m_asSapProvider; ///< AS SAP provider
LteAsSapUser* m_asSapUser; ///< AS SAP user
// Receive API calls from the LteUeComponetCarrierManager instance.
// Receive API calls from the LteUeComponentCarrierManager instance.
// LteCcmRrcSapUser* m_ccmRrcSapUser;
/// Interface to the LteUeComponetCarrierManage instance.
/// Interface to the LteUeComponentCarrierManage instance.
LteUeCcmRrcSapProvider* m_ccmRrcSapProvider; ///< CCM RRC SAP provider
LteUeCcmRrcSapUser* m_ccmRrcSapUser; ///< CCM RRC SAP user