Skip to content

Commit

Permalink
fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed May 5, 2012
1 parent c896d91 commit bed68da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shogun/base/Parameter.cpp
Expand Up @@ -1591,7 +1591,7 @@ TParameter::~TParameter()

if (m_delete_data)
{
/* for non-scalar data, delte_cont does the job, rest is handled
/* for non-scalar data, delete_cont does the job, rest is handled
* below */
SG_SDEBUG("deleting pure data\n");
if (m_datatype.m_ctype!=CT_SCALAR)
Expand Down

0 comments on commit bed68da

Please sign in to comment.