diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-06-16 09:06:15 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-06-16 09:06:15 +0300 |
commit | 3b75f9d589bd732dfac142266cbdd785a4bbefb4 (patch) | |
tree | fabf0dc7cd4e6058211bc43eacd80809771254e5 /lib/rpmts.h | |
parent | d8b28213ae4f9927e4f82e131aaad1dbcd5e7dd5 (diff) | |
download | librpm-tizen-3b75f9d589bd732dfac142266cbdd785a4bbefb4.tar.gz librpm-tizen-3b75f9d589bd732dfac142266cbdd785a4bbefb4.tar.bz2 librpm-tizen-3b75f9d589bd732dfac142266cbdd785a4bbefb4.zip |
Doxygen parameter name mismatch
Diffstat (limited to 'lib/rpmts.h')
-rw-r--r-- | lib/rpmts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rpmts.h b/lib/rpmts.h index 5a5ed910e..746b1bf67 100644 --- a/lib/rpmts.h +++ b/lib/rpmts.h @@ -567,7 +567,7 @@ int rpmtsInitDSI(const rpmts ts); * Update disk space info for a file. * @param ts transaction set * @param dev mount point device - * @param fileLSize long (64bit) file size + * @param fileSize long (64bit) file size * @param prevSize previous long file size (if upgrading) * @param fixupSize long size difference * @param action file disposition |