Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Jan 18, 2021
1 parent c120703 commit 01d5c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/n-strings.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 *);
Expand Down

0 comments on commit 01d5c25

Please sign in to comment.