aboutsummaryrefslogtreecommitdiff
path: root/src/zjs_common.h
diff options
context:
space:
mode:
authorGeoff Gustafson <geoff@linux.intel.com>2017-12-12 14:05:27 -0800
committerGeoff Gustafson <geoff@linux.intel.com>2017-12-15 12:54:35 -0800
commite2dc61c3aa850e1039d41ee254fe20ba4d259d66 (patch)
treea8acecf682b2175a108b49866787a357042c5970 /src/zjs_common.h
parent817af2bcdbd23d6fe7152854fea71be1e5194af1 (diff)
[aio] Add FTRACE support for debugging
Signed-off-by: Geoff Gustafson <geoff@linux.intel.com>
Diffstat (limited to 'src/zjs_common.h')
-rw-r--r--src/zjs_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zjs_common.h b/src/zjs_common.h
index e3be6bb..2427840 100644
--- a/src/zjs_common.h
+++ b/src/zjs_common.h
@@ -96,7 +96,7 @@ int zjs_get_ms(void);
* Use by defining USE_FTRACE and ftrace_prefix string in a file (see zjs_net.c)
*
* FTRACE takes format string and arguments like printf
- * FTRACE_JSAPI takes not arguments and expects to run in a ZJS_DECL_FUNC API
+ * FTRACE_JSAPI takes no arguments and expects to run in a ZJS_DECL_FUNC API
*/
#ifdef USE_FTRACE
#define FTRACE \