Various Doxygen fixes.
[dcpomatic.git] / src / lib / util.cc
index 38770f4e3214f6d30d10c5f94e4567d38e6b6fd3..574d1d8894a94b9a6735e81b2246b9632dc8f2b8 100644 (file)
@@ -462,7 +462,7 @@ digest_head_tail (vector<boost::filesystem::path> files, boost::uintmax_t size)
 
 /** Round a number up to the nearest multiple of another number.
  *  @param c Index.
- *  @param s Array of numbers to round, indexed by c.
+ *  @param stride Array of numbers to round, indexed by c.
  *  @param t Multiple to round to.
  *  @return Rounded number.
  */