mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Fix a few comments
This commit is contained in:
+2
-2
@@ -2061,8 +2061,8 @@ get_environment(void)
|
||||
#endif
|
||||
}
|
||||
|
||||
/** Set *addr to the IP address (in dotted-quad notation) stored in c.
|
||||
* Return 1 on success, 0 if c is badly formatted. (Like inet_aton(c,addr),
|
||||
/** Set *addr to the IP address (in dotted-quad notation) stored in *str.
|
||||
* Return 1 on success, 0 if *str is badly formatted. (Like inet_aton(str,addr),
|
||||
* but works on Windows and Solaris.)
|
||||
*/
|
||||
int
|
||||
|
||||
@@ -20,8 +20,8 @@
|
||||
*
|
||||
* and implement it as:
|
||||
*
|
||||
* MOCK_IMPL(void
|
||||
* writebuf,(size_t n, char *buf)
|
||||
* MOCK_IMPL(void,
|
||||
* writebuf,(size_t n, char *buf))
|
||||
* {
|
||||
* ...
|
||||
* }
|
||||
|
||||
Reference in New Issue
Block a user