131,134c131,132
< * Python hierarchy is used to generate a SWIG interface for all C++
< * SimObjects, we need to reflect this in the C++ object hierarchy. If
< * we don't, SWIG might end up doing 'bad things' when it down casts
< * ethernet objects to their base class(es).
---
> * Python hierarchy is used to generate a Python interfaces for all C++
> * SimObjects, we need to reflect this in the C++ object hierarchy.