Fix incorrect rpmCleanPath() retval comment
authorPanu Matilainen <pmatilai@redhat.com>
Sat, 15 Dec 2007 15:08:18 +0000 (17:08 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Sat, 15 Dec 2007 15:08:18 +0000 (17:08 +0200)
rpmio/rpmfileutil.h

index 56d4116..9e141b6 100644 (file)
@@ -69,7 +69,7 @@ int   isCompressed    (const char * file,
 /** \ingroup rpmfileutil
  * Canonicalize file path.
  * @param path         path to canonicalize (in-place)
- * @return             canonicalized path (malloc'ed)
+ * @return             pointer to path
  */
 char * rpmCleanPath    (char * path);