From: Ioannis Cherouvim <743305+cherouvim@users.noreply.github.com> Date: Wed, 24 Oct 2018 07:05:19 +0000 (+0300) Subject: CLEANUP: tools: fix misleading comment above function LIM2A X-Git-Tag: v1.9-dev5~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ff7633dd7bbf81823cb715690f28305fb1f3d4f;p=thirdparty%2Fhaproxy.git CLEANUP: tools: fix misleading comment above function LIM2A The function produces ASCII, but its comment was copied from U2H which produces HTML. --- diff --git a/include/common/standard.h b/include/common/standard.h index 3e13f301c3..3f8d2d0729 100644 --- a/include/common/standard.h +++ b/include/common/standard.h @@ -195,7 +195,7 @@ static inline const char *U2H(unsigned long long n) return ret; } -/* returns a locally allocated string containing the HTML representation of +/* returns a locally allocated string containing the ASCII representation of * the number 'n' in decimal. Up to NB_ITOA_STR calls may be used in the same * function call (eg: printf), shared with the other similar functions making * use of itoa_str[].