diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-12-01 10:03:56 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-12-01 10:03:56 +0100 |
commit | 7dbf5209dc2baf48fa9340a4b664bf28b6407809 (patch) | |
tree | c592faf7dfe650959f6919f3fe25f337c2ab54b9 /src/mds-kbdc/make-tree.c | |
parent | m (diff) | |
download | mds-7dbf5209dc2baf48fa9340a4b664bf28b6407809.tar.gz mds-7dbf5209dc2baf48fa9340a4b664bf28b6407809.tar.bz2 mds-7dbf5209dc2baf48fa9340a4b664bf28b6407809.tar.xz |
mds-kbdc: most of the structure validation
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | src/mds-kbdc/make-tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mds-kbdc/make-tree.c b/src/mds-kbdc/make-tree.c index 5c644b4..567f5a5 100644 --- a/src/mds-kbdc/make-tree.c +++ b/src/mds-kbdc/make-tree.c @@ -88,7 +88,7 @@ /** - * Add an error the to error list + * Add an error to the error list * * @param ERROR_IS_IN_FILE:int Whether the error is in the layout code * @param SEVERITY:identifier * in `MDS_KBDC_PARSE_ERROR_*` to indicate severity |