diff --git a/include/libtorrent/torrent.hpp b/include/libtorrent/torrent.hpp index 1fc0329f2..cb41b586a 100644 --- a/include/libtorrent/torrent.hpp +++ b/include/libtorrent/torrent.hpp @@ -1030,7 +1030,7 @@ namespace libtorrent // renames the file with the given index to the new name // the name may include a directory path - // returns false on failure + // posts alert to indicate success or failure void rename_file(int index, std::string const& name); // unless this returns true, new connections must wait