Skip to content
Snippets Groups Projects
Commit 167f6f1e authored by Roger Dingledine's avatar Roger Dingledine
Browse files

typo noticed by "_raptor"

parent b0bab827
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment