mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 06:48:05 +01:00
fix typo
svn:r4453
This commit is contained in:
parent
5fee58adfb
commit
8fdab20704
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ tor_vsnprintf(char *str, size_t size, const char *format, va_list args)
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Given <b>hlen</b> bytes at <b>haystack</b> and <b>nlen</b> bytes at
|
/** Given <b>hlen</b> bytes at <b>haystack</b> and <b>nlen</b> bytes at
|
||||||
* <b>needle</b>, return a pointer to the first occurence of the needle
|
* <b>needle</b>, return a pointer to the first occurrence of the needle
|
||||||
* within the haystack, or NULL if there is no such occurrence.
|
* within the haystack, or NULL if there is no such occurrence.
|
||||||
*
|
*
|
||||||
* Requires that nlen be greater than zero.
|
* Requires that nlen be greater than zero.
|
||||||
|
|
Loading…
Add table
Reference in a new issue