cosmetic: improve C source comment

This commit is contained in:
Daniel Kochmanski 2017-07-21 16:32:39 +02:00
parent c6b2fb658e
commit cc61a627c2

View file

@ -283,8 +283,7 @@ extern \"C\"
ECL_DLLEXPORT
void ~A(cl_object cblock)
{
/* This function is a wrapper over the randomized init function
* name. */
/* This is a wrapper around the randomized init function name. */
~A(cblock);
}
")