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 ad89f72  Fix typos in comments
ad89f72 is described below

commit ad89f720fa1bc769db5f0aac9897ff2689c74051
Author: takkitano <t.kitano1...@gmail.com>
AuthorDate: Wed May 6 18:09:17 2020 +0900

    Fix typos in comments
---
 iocore/eventsystem/I_EThread.h | 2 +-
 lib/records/RecConfigParse.cc  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/iocore/eventsystem/I_EThread.h b/iocore/eventsystem/I_EThread.h
index 45afc73..d8ee534 100644
--- a/iocore/eventsystem/I_EThread.h
+++ b/iocore/eventsystem/I_EThread.h
@@ -118,7 +118,7 @@ public:
 
     @param c Continuation to be called back as soon as possible.
     @param callback_event Event code to be passed back to the
-      continuation's handler. See the the EventProcessor class.
+      continuation's handler. See the EventProcessor class.
     @param cookie User-defined value or pointer to be passed back
       in the Event's object cookie field.
     @return Reference to an Event object representing the scheduling
diff --git a/lib/records/RecConfigParse.cc b/lib/records/RecConfigParse.cc
index f81d271..d8272f8 100644
--- a/lib/records/RecConfigParse.cc
+++ b/lib/records/RecConfigParse.cc
@@ -193,7 +193,7 @@ RecConfigFileParse(const char *path, RecConfigEntryCallback 
handler)
     if (ln) {
       // 'ln' will point to either the next token or a bunch of spaces
       // if the user didn't supply a value (e.g. 'STRING   ').  First
-      // scan past all of the spaces.  If we hit a '\0', then we we
+      // scan past all of the spaces.  If we hit a '\0', then we
       // know we didn't have a valid value.  If not, set 'data_str' to
       // the start of the token and scan until we find the end.  Once
       // the end is found, back-peddle to remove any trailing spaces.

Reply via email to