From 3ebf6ae3658b57ba38dcd3a01ee929cc2895740c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 4 Feb 2018 20:23:38 +0100 Subject: Fix comment typo --- serd/serd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'serd/serd.h') 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 */ -- cgit v1.2.1