diff --git a/src/lib/ebus/message.h b/src/lib/ebus/message.h index daf7fd80..bccdc180 100755 --- a/src/lib/ebus/message.h +++ b/src/lib/ebus/message.h @@ -1403,7 +1403,7 @@ class MessageMap : public MappedFileReader { * address), or 0 to ignore. * @param until the end time to which to add updates (exclusive, also removes messages with unset destination * address), or 0 to ignore. - * @changedSince true to use the last change time for the since/until range, false to use the last seen time. + * @param changedSince true to use the last change time for the since/until range, false to use the last seen time. * @param messages the @a deque to which to add the found @a Message instances. */ void findAll(const string& circuit, const string& name, const string& levels,