fix parameter name in comment

This commit is contained in:
Paul Davis 2020-12-18 11:32:09 -07:00
parent 8c22ade428
commit 6fe4394c54

View File

@ -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.
*/