Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion iocore/eventsystem/I_EThread.h
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class EThread : public Thread

@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
Expand Down
2 changes: 1 addition & 1 deletion lib/records/RecConfigParse.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down