From cc61a627c2223cec52e53b2dd8bbbac6798fcd53 Mon Sep 17 00:00:00 2001 From: Daniel Kochmanski Date: Fri, 21 Jul 2017 16:32:39 +0200 Subject: [PATCH] cosmetic: improve C source comment --- src/cmp/cmpmain.lsp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/cmp/cmpmain.lsp b/src/cmp/cmpmain.lsp index b56404630..eec57a43a 100755 --- a/src/cmp/cmpmain.lsp +++ b/src/cmp/cmpmain.lsp @@ -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); } ")