diff options
Diffstat (limited to 'slv2/value.h')
-rw-r--r-- | slv2/value.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slv2/value.h b/slv2/value.h index db447dd..f1af35f 100644 --- a/slv2/value.h +++ b/slv2/value.h @@ -89,7 +89,7 @@ slv2_value_equals(SLV2Value value, SLV2Value other); * 1.0 * 1 * - * Returned string is newly allocation and must be freed by caller. + * Returned string is newly allocated and must be freed by caller. */ char* slv2_value_get_turtle_token(SLV2Value value); |