Skip to content

Commit

Permalink
Merge pull request #1375 from iglesias/develop
Browse files Browse the repository at this point in the history
Fix a couple of doc typos in CSGObject
  • Loading branch information
iglesias committed Aug 7, 2013
2 parents 44e3c2e + d4e02ed commit 41654d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/shogun/base/SGObject.h
Expand Up @@ -433,12 +433,12 @@ class CSGObject
virtual bool equals(CSGObject* other, float64_t accuracy=0.0);

/** Creates a clone of the current object. This is done via recursively
* traversing all parameters, which corresponds to a ceep copy.
* traversing all parameters, which corresponds to a deep copy.
* Calling equals on the cloned object always returns true although none
* of the memory of both objects overlaps.
*
* @return an identical copy of the given object, which is disjoint in memory.
* NULL if the clone fails. Note that the returned objects is SG_REF'ed
* NULL if the clone fails. Note that the returned object is SG_REF'ed
*/
virtual CSGObject* clone();

Expand Down

0 comments on commit 41654d9

Please sign in to comment.