mirror of
https://github.com/haproxy/haproxy.git
synced 2026-05-28 04:12:17 -04:00
CLEANUP: tools: fix misleading comment above function LIM2A
The function produces ASCII, but its comment was copied from U2H which produces HTML.
This commit is contained in:
parent
e3c83d80e3
commit
1ff7633dd7
1 changed files with 1 additions and 1 deletions
|
|
@ -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[].
|
||||
|
|
|
|||
Loading…
Reference in a new issue