From dbea43ab352f3444730dd00836bc60f057e21b11 Mon Sep 17 00:00:00 2001 From: arvidn Date: Thu, 10 Aug 2017 07:59:16 +0200 Subject: [PATCH] fix typo in comment --- include/libtorrent/torrent.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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