diff --git a/src/core/n-strings.c b/src/core/n-strings.c index d3c86069a2..4533a3f8f9 100644 --- a/src/core/n-strings.c +++ b/src/core/n-strings.c @@ -36,7 +36,7 @@ REBCNT z_adler32_z(REBCNT adler, REBYTE *buf, REBCNT len); -// Table of has functions and parameters: +// Table of hash functions and parameters: static struct digest { REBYTE *(*digest)(REBYTE *, REBCNT, REBYTE *); void (*init)(void *);