mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
typo noticed by "_raptor"
This commit is contained in:
parent
b0bab82790
commit
167f6f1e96
@ -143,7 +143,7 @@ tor_open_cloexec(const char *path, int flags, unsigned mode)
|
||||
return fd;
|
||||
}
|
||||
|
||||
/** As fpoen(path,mode), but ensures that the O_CLOEXEC bit is set on the
|
||||
/** As fopen(path,mode), but ensures that the O_CLOEXEC bit is set on the
|
||||
* underlying file handle. */
|
||||
FILE *
|
||||
tor_fopen_cloexec(const char *path, const char *mode)
|
||||
|
Loading…
Reference in New Issue
Block a user