You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by sc...@apache.org on 2018/05/14 23:28:47 UTC

[trafficserver] branch master updated: Fix typo "mutext" to "mutex" in comment

This is an automated email from the ASF dual-hosted git repository.

scw00 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 52a9fe9  Fix typo "mutext" to "mutex" in comment
52a9fe9 is described below

commit 52a9fe9b1bd4123ebe8fde3fb00a9b78f2d98b38
Author: Aditya Ramesh <ra...@gmail.com>
AuthorDate: Mon May 14 11:19:59 2018 +0530

    Fix typo "mutext" to "mutex" in comment
---
 example/blacklist_1/blacklist_1.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/example/blacklist_1/blacklist_1.c b/example/blacklist_1/blacklist_1.c
index b6c7efd..6443d95 100644
--- a/example/blacklist_1/blacklist_1.c
+++ b/example/blacklist_1/blacklist_1.c
@@ -183,7 +183,7 @@ read_blacklist(TSCont contp)
   file   = TSfopen(blacklist_file, "r");
   nsites = 0;
 
-  /* If the Mutext lock is not successful try again in RETRY_TIME */
+  /* If the Mutex lock is not successful try again in RETRY_TIME */
   if (TSMutexLockTry(sites_mutex) != TS_SUCCESS) {
     if (file != NULL) {
       TSfclose(file);

-- 
To stop receiving notification emails like this one, please contact
scw00@apache.org.