]> granicus.if.org Git - zfs/commit
Fix function documentation to correctly mirror code
authorTobin Harding <me@tobin.cc>
Fri, 13 Oct 2017 19:42:04 +0000 (06:42 +1100)
committerTony Hutter <hutter2@llnl.gov>
Tue, 17 Oct 2017 23:49:14 +0000 (16:49 -0700)
commitf90ee0ca3da3857d1eb024b553b26af930076237
treeab3a7eb49d90b1a39997f3eafcdaf0f88b4f09c1
parent4ed955e28085422cd6eca69e9956ae5067199229
Fix function documentation to correctly mirror code

Currently the function documentation states that two strings are
allocated, this is outdated. Only one char ** parameter is passed
into the function now, clearly only a pointer to a single string
is returned and needs to be free'd.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Tobin C. Harding <me@tobin.cc>
Closes #6754
lib/libzfs/libzfs_import.c