diff --git a/src/common/varint.h b/src/common/varint.h index 0e5110d7..5a73c274 100644 --- a/src/common/varint.h +++ b/src/common/varint.h @@ -87,7 +87,7 @@ namespace tools { write_varint(std::ostreambuf_iterator(ss), v); return ss.str(); } - /*! \brief reads in the varint as pointer to by InputIt into i + /*! \brief reads in the varint that is pointed to by InputIt into write */ template typename std::enable_if::value && std::is_unsigned::value && 0 <= bits && bits <= std::numeric_limits::digits, int>::type