diff options
author | Werner Koch <wk@gnupg.org> | 1998-04-14 19:51:16 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1998-04-14 19:51:16 +0200 |
commit | 700c438def7defcdda1e806f4652b89987485882 (patch) | |
tree | 4bcf95b64e4e012351d8a837e329249a2963a397 /g10/kbnode.c | |
parent | new release (diff) | |
download | gnupg2-700c438def7defcdda1e806f4652b89987485882.tar.xz gnupg2-700c438def7defcdda1e806f4652b89987485882.zip |
applied Mathews typo and grammar fixes
Diffstat (limited to 'g10/kbnode.c')
-rw-r--r-- | g10/kbnode.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/g10/kbnode.c b/g10/kbnode.c index 3780eb24a..d50d0578c 100644 --- a/g10/kbnode.c +++ b/g10/kbnode.c @@ -70,8 +70,8 @@ release_kbnode( KBNODE n ) /**************** - * Delete NODE from ROOT, ROOT must exist! - * Note: This does only work with walk_kbnode!! + * Delete NODE from ROOT. ROOT must exist! + * Note: This only works with walk_kbnode!! */ void delete_kbnode( KBNODE node ) @@ -81,7 +81,7 @@ delete_kbnode( KBNODE node ) /**************** - * Append NODE to ROOT, ROOT must exist! + * Append NODE to ROOT. ROOT must exist! */ void add_kbnode( KBNODE root, KBNODE node ) @@ -178,7 +178,7 @@ find_kbnode( KBNODE node, int pkttype ) /**************** - * Walk through a list of kbnodes. This functions returns + * Walk through a list of kbnodes. This function returns * the next kbnode for each call; before using the function the first * time, the caller must set CONTEXT to NULL (This has simply the effect * to start with ROOT). @@ -213,9 +213,9 @@ clear_kbnode_flags( KBNODE n ) /**************** * Commit changes made to the kblist at ROOT. Note that ROOT my change, - * and it is therefor passed by reference. + * and it is therefore passed by reference. * The function has the effect of removing all nodes marked as deleted. - * returns true, if any node has been changed + * returns true if any node has been changed */ int commit_kbnode( KBNODE *root ) |