Skip to content

Commit

Permalink
Comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shirok committed Nov 7, 2024
1 parent 45df1ab commit c1d3912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gauche.h
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ typedef struct ScmFlonumRec {
/*
* CHARACTERS
*
* A character is represented by (up to) 29-bit integer Unicode codepoint.
* A character is represented by an integer Unicode codepoint.
*/

#define SCM_CHAR(obj) ((ScmChar)(obj))
Expand Down

0 comments on commit c1d3912

Please sign in to comment.