diff --git a/ck-polyfill.c b/ck-polyfill.c index 7c82a470..e50fc74a 100644 --- a/ck-polyfill.c +++ b/ck-polyfill.c @@ -5,7 +5,9 @@ * Copyright (c) 2020, Justin Ethier * All rights reserved. * - * FFI module to support calling Scheme code from C. + * An optional module that can be used to compile Cyclone when + * libck is not available. Note there will be a performance impact! + * It is recommended to compile with libck where possible. */ #include "cyclone/types.h"