summaryrefslogtreecommitdiff
path: root/memcached_dtrace.d
diff options
context:
space:
mode:
Diffstat (limited to 'memcached_dtrace.d')
-rw-r--r--memcached_dtrace.d4
1 files changed, 2 insertions, 2 deletions
diff --git a/memcached_dtrace.d b/memcached_dtrace.d
index 0fe132c..41617ff 100644
--- a/memcached_dtrace.d
+++ b/memcached_dtrace.d
@@ -172,7 +172,7 @@ provider memcached {
/**
* Fired when the processing of a command starts.
* @param connid the connection id
- * @param request the incomming request
+ * @param request the incoming request
* @param size the size of the request
*/
probe process__command__start(int connid, const void *request, int size);
@@ -180,7 +180,7 @@ provider memcached {
/**
* Fired when the processing of a command is done.
* @param connid the connection id
- * @param respnse the response to send back to the client
+ * @param response the response to send back to the client
* @param size the size of the response
*/
probe process__command__end(int connid, const void *response, int size);