diff --git a/trunk/paradiseo-mo/src/problems/bitString/moBitsNeighbor.h b/trunk/paradiseo-mo/src/problems/bitString/moBitsNeighbor.h index 0ad7026ee..e0f1363f1 100644 --- a/trunk/paradiseo-mo/src/problems/bitString/moBitsNeighbor.h +++ b/trunk/paradiseo-mo/src/problems/bitString/moBitsNeighbor.h @@ -60,7 +60,7 @@ public: /** * Copy Constructor - * @param _n the neighbor to copy + * @param _source the neighbor to copy */ moBitsNeighbor(const moBitsNeighbor& _source) : moNeighbor(_source) { bits.resize(_source.bits.size());