summaryrefslogtreecommitdiff
path: root/src/common/util.c
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2009-10-19 10:59:25 +0200
committerSebastian Hahn <sebastian@torproject.org>2009-12-12 02:53:27 +0100
commit28b29e0fd7a81e4e36e3c133c7a98d0d9021ccfc (patch)
tree506c0c3330a29c039d66115d2917fe7b3c718d3c /src/common/util.c
parent4116a00679e567e77bed92a5027e8bef1d9513ff (diff)
downloadtor-28b29e0fd7a81e4e36e3c133c7a98d0d9021ccfc.tar.gz
tor-28b29e0fd7a81e4e36e3c133c7a98d0d9021ccfc.zip
Fix typo in a comment
Diffstat (limited to 'src/common/util.c')
-rw-r--r--src/common/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/util.c b/src/common/util.c
index 989efd9581..a25d3d16ae 100644
--- a/src/common/util.c
+++ b/src/common/util.c
@@ -2451,7 +2451,7 @@ tor_vsscanf(const char *buf, const char *pattern, va_list ap)
* long widths. %u does not consume any space. Is locale-independent.
* Returns -1 on malformed patterns.
*
- * (As with other local-independent functions, we need this to parse data that
+ * (As with other locale-independent functions, we need this to parse data that
* is in ASCII without worrying that the C library's locale-handling will make
* miscellaneous characters look like numbers, spaces, and so on.)
*/