aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-02-04 20:23:38 +0100
committerDavid Robillard <d@drobilla.net>2018-02-04 20:23:38 +0100
commit3ebf6ae3658b57ba38dcd3a01ee929cc2895740c (patch)
treec4cd2f67316859d412bb2fb2ebe5cdaf4982fc85
parent3be4a57eaa6df2961819840896d27a7c5175ccff (diff)
downloadserd-3ebf6ae3658b57ba38dcd3a01ee929cc2895740c.tar.gz
serd-3ebf6ae3658b57ba38dcd3a01ee929cc2895740c.tar.bz2
serd-3ebf6ae3658b57ba38dcd3a01ee929cc2895740c.zip
Fix comment typo
-rw-r--r--serd/serd.h2
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 */