diff options
author | Roger Dingledine <arma@torproject.org> | 2018-02-07 12:22:29 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2018-02-07 12:22:29 -0500 |
commit | a7440d9c9df1141a5ff52c1358bc28a8bb27bea3 (patch) | |
tree | eab3a60021db7ade469173cb0c4c6076368b0dd0 /src/common/compat.c | |
parent | 78382d557ab3da0b11f4fbda829f463067fc808f (diff) | |
download | tor-a7440d9c9df1141a5ff52c1358bc28a8bb27bea3.tar.gz tor-a7440d9c9df1141a5ff52c1358bc28a8bb27bea3.zip |
more fixes for typos, grammar, whitespace, etc
some of these ought to have been noticed by the "misspell" tool,
so if anybody is debugging it, here are some bug reports :)
Diffstat (limited to 'src/common/compat.c')
-rw-r--r-- | src/common/compat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/compat.c b/src/common/compat.c index 39d2f18f4a..4cb346dfa5 100644 --- a/src/common/compat.c +++ b/src/common/compat.c @@ -2890,7 +2890,7 @@ compute_num_cpus(void) /** Helper: Deal with confused or out-of-bounds values from localtime_r and * friends. (On some platforms, they can give out-of-bounds values or can * return NULL.) If <b>islocal</b>, this is a localtime result; otherwise - * it's from gmtime. The function returned <b>r</b>, when given <b>timep</b> + * it's from gmtime. The function returns <b>r</b>, when given <b>timep</b> * as its input. If we need to store new results, store them in * <b>resultbuf</b>. */ static struct tm * |