summaryrefslogtreecommitdiff
path: root/memcached_dtrace.d
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2017-04-05 03:37:00 +0000
committerdormando <dormando@rydia.net>2017-05-23 22:41:58 -0700
commit79e35287df4cd9e410c3a160c2552ea40a335e2c (patch)
tree63b5dddb9434b4cf0879f98e05877e715f8a9346 /memcached_dtrace.d
parente3eb73d016127fa6ebae3dfbf70a2a4cf5254d59 (diff)
downloadmemcached-79e35287df4cd9e410c3a160c2552ea40a335e2c.tar.gz
Spelling fixes
* accesses * amount * append * command * cyrillic * daemonize * detaches * detail * documentation * dynamically * enabled * existence * extra * implementations * incoming * increment * initialize * issue * javascript * number * optimization * overall * pipeline * reassign * reclaimed * response * responses * sigabrt * specific * specificity * tidiness
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);