diff options
author | jbj <devnull@localhost> | 2002-04-08 18:56:01 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-04-08 18:56:01 +0000 |
commit | b45c27e2ab0ba5c0d3bd3385ef561943d4cc57f9 (patch) | |
tree | 31a9c230b6207a383c709e2d68f4e357dbd0ad36 /lib/fsm.c | |
parent | ffdfd1056e25d18f95776fbff43fceca864be95f (diff) | |
download | librpm-tizen-b45c27e2ab0ba5c0d3bd3385ef561943d4cc57f9.tar.gz librpm-tizen-b45c27e2ab0ba5c0d3bd3385ef561943d4cc57f9.tar.bz2 librpm-tizen-b45c27e2ab0ba5c0d3bd3385ef561943d4cc57f9.zip |
doxygen cleanup.
CVS patchset: 5379
CVS date: 2002/04/08 18:56:01
Diffstat (limited to 'lib/fsm.c')
-rw-r--r-- | lib/fsm.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -101,8 +101,8 @@ static /*@null@*/ void * mapFreeIterator(/*@only@*//*@null@*/ void * p) /** \ingroup payload * Create file info iterator. - * @param a transaction set - * @param b transaction element file info + * @param ts transaction set + * @param fi transaction element file info * @return file info iterator */ static void * |