[DEV] correct a simple naming
This commit is contained in:
parent
e6db301e5a
commit
a8462354d8
@ -217,7 +217,7 @@ namespace etk
|
|||||||
* @brief Swap the data of 2 Vectors
|
* @brief Swap the data of 2 Vectors
|
||||||
* @param[in] _obj second vector to swap data.
|
* @param[in] _obj second vector to swap data.
|
||||||
*/
|
*/
|
||||||
void wwap(etk::Vector<MY_TYPE>& _obj) {
|
void swap(etk::Vector<MY_TYPE>& _obj) {
|
||||||
// avoid Swap of itself
|
// avoid Swap of itself
|
||||||
if(this != &_obj) {
|
if(this != &_obj) {
|
||||||
MY_TYPE* tmpData = m_data;
|
MY_TYPE* tmpData = m_data;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user