Skip to content

Commit 102910e

Browse files
committed
MB-39815: Fix typos / missing @param documentation
Change-Id: I98c9feb01796f735472ad0415d84130f8c50e675 Reviewed-on: http://review.couchbase.org/c/kv_engine/+/163596 Tested-by: Build Bot <[email protected]> Reviewed-by: Richard de Mellow <[email protected]>
1 parent 8467cf2 commit 102910e

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

engines/ep/src/durability/active_durability_monitor.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,7 @@ ActiveDurabilityMonitor::State::removeSyncWrite(Container::iterator it,
863863
if (removingFirstElement) {
864864
// If first element was removed, then a new SyncWrite (or possibly none
865865
// at all) is at the head of trackedWrites and hence now the next
866-
// SyncWrite to be timeed out - reschedule the timeout callback.
866+
// SyncWrite to be timed out - reschedule the timeout callback.
867867
scheduleTimeoutCallback();
868868
}
869869

engines/ep/src/durability/active_durability_monitor.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ class ActiveDurabilityMonitor : public DurabilityMonitor {
140140
*
141141
* @param stats EPStats object for the associated Bucket.
142142
* @param pdm The PassiveDM to be converted
143+
* @param nextExpiryChanged Object to use for timing out SyncWrites.
143144
*/
144145
ActiveDurabilityMonitor(EPStats& stats,
145146
PassiveDurabilityMonitor&& pdm,

engines/ep/src/durability/durability_monitor_impl.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,7 @@ std::string to_string(const SnapshotEndInfo& snapshotEndInfo);
411411
struct ActiveDurabilityMonitor::State {
412412
/**
413413
* @param adm The owning ActiveDurabilityMonitor
414+
* @param nextExpiryChanged Object to use for timing out SyncWrites.
414415
*/
415416
explicit State(ActiveDurabilityMonitor& adm,
416417
std::unique_ptr<EventDrivenDurabilityTimeoutIface>

0 commit comments

Comments
 (0)