aboutsummaryrefslogtreecommitdiff
path: root/src/common/compat.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-11-09 01:24:10 +0000
committerRoger Dingledine <arma@torproject.org>2004-11-09 01:24:10 +0000
commit8c7b2ff7eda913e8c09d5dfc7d522dd8725810bb (patch)
tree0d3d32328c269b050b1757eb43b8e6cf38a8314b /src/common/compat.c
parentcb5de85585c8084dd515baa351cb5d628adefcd1 (diff)
downloadtor-8c7b2ff7eda913e8c09d5dfc7d522dd8725810bb.tar
tor-8c7b2ff7eda913e8c09d5dfc7d522dd8725810bb.tar.gz
various fixes
svn:r2712
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 7ecc6d9b4..c9842b98d 100644
--- a/src/common/compat.c
+++ b/src/common/compat.c
@@ -69,7 +69,7 @@
#include "log.h"
#include "util.h"
-/* Inline the strl functions if the plaform doesn't have them. */
+/* Inline the strl functions if the platform doesn't have them. */
#ifndef HAVE_STRLCPY
#include "strlcpy.c"
#endif