diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-12-08 18:27:49 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-12-08 18:27:49 +0100 |
commit | 4e9cad1a4a8ff95b413eaef95cee8e8ae369b577 (patch) | |
tree | 0ea9b2126cf3f914e2764f0a7303284568842eb9 /src | |
parent | mds-kbdc: mark failing test cases (diff) | |
download | mds-4e9cad1a4a8ff95b413eaef95cee8e8ae369b577.tar.gz mds-4e9cad1a4a8ff95b413eaef95cee8e8ae369b577.tar.bz2 mds-4e9cad1a4a8ff95b413eaef95cee8e8ae369b577.tar.xz |
m doc
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/mds-kbdc/tree.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mds-kbdc/tree.c b/src/mds-kbdc/tree.c index dd0eb68..ccd66d4 100644 --- a/src/mds-kbdc/tree.c +++ b/src/mds-kbdc/tree.c @@ -241,7 +241,7 @@ void mds_kbdc_tree_free(mds_kbdc_tree_t* restrict this) /** - * Duplicate a subtree and goto `fail` on failure + * Duplicate a subtree and goto `pfail` on failure * * @param member:identifer The member in the tree to duplicate */ @@ -249,7 +249,7 @@ void mds_kbdc_tree_free(mds_kbdc_tree_t* restrict this) /** - * Duplicate a string and goto `fail` on failure + * Duplicate a string and goto `pfail` on failure * * @param member:identifer The member in the tree to duplicate */ @@ -257,7 +257,7 @@ void mds_kbdc_tree_free(mds_kbdc_tree_t* restrict this) /** - * Duplicate an UTF-32-string and goto `fail` on failure + * Duplicate an UTF-32-string and goto `pfail` on failure * * @param member:identifer The member in the tree to duplicate */ @@ -265,7 +265,7 @@ void mds_kbdc_tree_free(mds_kbdc_tree_t* restrict this) /** - * Duplicate a source code structure and goto `fail` on failure + * Duplicate a source code structure and goto `pfail` on failure * * @param member:identifer The member in the tree to copied */ |