summaryrefslogtreecommitdiff
path: root/src/coremods
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2021-03-31 10:38:54 +0100
committerSadie Powell <sadie@witchery.services>2021-03-31 10:51:51 +0100
commit952ee5cc603a5231348b8cfab18ee85a097f5394 (patch)
treeaf56b96d229f931ace18fcf69a35614b5921e289 /src/coremods
parent8c3c4f8e8274a598b4ba573f9eabfd0940d2e88d (diff)
Fix various documentation comments.
Diffstat (limited to 'src/coremods')
-rw-r--r--src/coremods/core_reloadmodule.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coremods/core_reloadmodule.cpp b/src/coremods/core_reloadmodule.cpp
index 6836cb55c..ef0b13962 100644
--- a/src/coremods/core_reloadmodule.cpp
+++ b/src/coremods/core_reloadmodule.cpp
@@ -284,7 +284,7 @@ class DataKeeper
/** Restore all modes and extensions of all members on a channel
* @param chan Channel whose members are being restored
- * @param memberdata Data to restore
+ * @param memberdatalist Data to restore
* @param modechange Mode change to populate with prefix modes
*/
void RestoreMemberData(Channel* chan, const std::vector<ChanData::MemberData>& memberdatalist, Modes::ChangeList& modechange);