From 6fe4394c54aa26ab603aade348ae0ce15eda4e9a Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 18 Dec 2020 11:32:09 -0700 Subject: [PATCH] fix parameter name in comment --- libs/temporal/timeline.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/temporal/timeline.cc b/libs/temporal/timeline.cc index d15112e5de..c6b4d33792 100644 --- a/libs/temporal/timeline.cc +++ b/libs/temporal/timeline.cc @@ -507,7 +507,7 @@ timepos_t::expensive_add (timepos_t const & other) const /* */ -/* ::distance() assumes that @param d is later on the timeline than this, and +/* ::distance() assumes that @param other is later on the timeline than this, and * thus returns a positive value if this condition is satisfied. */