diff options
Diffstat (limited to 'common/sexputil.c')
-rw-r--r-- | common/sexputil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/sexputil.c b/common/sexputil.c index 25ddbdd7f..736caded3 100644 --- a/common/sexputil.c +++ b/common/sexputil.c @@ -99,7 +99,7 @@ keygrip_from_canon_sexp (const unsigned char *key, size_t keylen, /* Compare two simple S-expressions like "(3:foo)". Returns 0 if they - are identical or !0 if they are not. Not that this function can't + are identical or !0 if they are not. Note that this function can't be used for sorting. */ int cmp_simple_canon_sexp (const unsigned char *a_orig, |