From a13e879251209268f291d47426a2d37a5e031ee7 Mon Sep 17 00:00:00 2001 From: jebes Date: Thu, 11 Sep 2014 10:45:05 -0400 Subject: [PATCH] HOW DO I ENGLISH? --- src/common/varint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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