aboutsummaryrefslogtreecommitdiff
path: root/src/common/compat.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-05-31 23:57:46 +0000
committerRoger Dingledine <arma@torproject.org>2007-05-31 23:57:46 +0000
commitb1ee20f0e899111a8cb4fb64e2f304fa1ce6a199 (patch)
treeb6e2291fb801962424e691ab26a23d950dd4f6fb /src/common/compat.c
parent3562d2cb66c18e79630a4dd124335d3429ef55c5 (diff)
downloadtor-b1ee20f0e899111a8cb4fb64e2f304fa1ce6a199.tar
tor-b1ee20f0e899111a8cb4fb64e2f304fa1ce6a199.tar.gz
trivial changes from my sandbox
svn:r10429
Diffstat (limited to 'src/common/compat.c')
-rw-r--r--src/common/compat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/compat.c b/src/common/compat.c
index f78c64938..49ea1d6b6 100644
--- a/src/common/compat.c
+++ b/src/common/compat.c
@@ -767,7 +767,7 @@ switch_id(const char *user, const char *group)
#ifdef HAVE_PWD_H
/** Allocate and return a string containing the home directory for the
- * user <b>username</b>. Only works on posix-like systems */
+ * user <b>username</b>. Only works on posix-like systems. */
char *
get_user_homedir(const char *username)
{