aboutsummaryrefslogtreecommitdiffstats
path: root/serd/serd.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-04-01 12:39:27 +0200
committerDavid Robillard <d@drobilla.net>2018-04-01 12:39:27 +0200
commit9bd9baa166b2dca7c3df225938e6c2d3eae58d8d (patch)
treee67a1965a7f1cda0e75f249157b07829b6243039 /serd/serd.h
parentf124a075ccc31285250872f93e9ff16ea865d4eb (diff)
downloadserd-9bd9baa166b2dca7c3df225938e6c2d3eae58d8d.tar.gz
serd-9bd9baa166b2dca7c3df225938e6c2d3eae58d8d.tar.bz2
serd-9bd9baa166b2dca7c3df225938e6c2d3eae58d8d.zip
Fix comment typo
Diffstat (limited to 'serd/serd.h')
-rw-r--r--serd/serd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/serd/serd.h b/serd/serd.h
index ee566705..762c58a4 100644
--- a/serd/serd.h
+++ b/serd/serd.h
@@ -140,7 +140,7 @@ typedef enum {
} SerdStatementFlag;
/**
- Bitwise OR of SerdNodeFlag values.
+ Bitwise OR of SerdStatementFlag values.
*/
typedef uint32_t SerdStatementFlags;