aboutsummaryrefslogtreecommitdiff
path: root/src/common/compat.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-02-28 17:57:47 +0100
committerNick Mathewson <nickm@torproject.org>2016-02-28 17:57:47 +0100
commit9fc472e1a8a53a18dfbd5c9cde2f1c268c335e96 (patch)
tree44a440d4a5e6109cb2dcec68a0294aeece4dbfc0 /src/common/compat.c
parent69fc025e956f5a87db0860a1be54e6d3612c8074 (diff)
downloadtor-9fc472e1a8a53a18dfbd5c9cde2f1c268c335e96.tar.gz
tor-9fc472e1a8a53a18dfbd5c9cde2f1c268c335e96.zip
clean/extend some module docs, including fix from #18403
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 6f3e1e680f..af61f024ef 100644
--- a/src/common/compat.c
+++ b/src/common/compat.c
@@ -6,7 +6,7 @@
/**
* \file compat.c
* \brief Wrappers to make calls more portable. This code defines
- * functions such as tor_malloc, tor_snprintf, get/set various data types,
+ * functions such as tor_snprintf, get/set various data types,
* renaming, setting socket options, switching user IDs. It is basically
* where the non-portable items are conditionally included depending on
* the platform.