diff options
author | David Robillard <d@drobilla.net> | 2018-02-04 20:23:38 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2018-02-04 20:23:38 +0100 |
commit | 3ebf6ae3658b57ba38dcd3a01ee929cc2895740c (patch) | |
tree | c4cd2f67316859d412bb2fb2ebe5cdaf4982fc85 | |
parent | 3be4a57eaa6df2961819840896d27a7c5175ccff (diff) | |
download | serd-3ebf6ae3658b57ba38dcd3a01ee929cc2895740c.tar.gz serd-3ebf6ae3658b57ba38dcd3a01ee929cc2895740c.tar.bz2 serd-3ebf6ae3658b57ba38dcd3a01ee929cc2895740c.zip |
Fix comment typo
-rw-r--r-- | serd/serd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/serd/serd.h b/serd/serd.h index 027c4e20..ee566705 100644 --- a/serd/serd.h +++ b/serd/serd.h @@ -126,7 +126,7 @@ typedef enum { } SerdSyntax; /** - Flags indication inline abbreviation information for a statement. + Flags indicating inline abbreviation information for a statement. */ typedef enum { SERD_EMPTY_S = 1 << 1, /**< Empty blank node subject */ |