Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rnburn authored and Johannes Tax committed Jul 7, 2020
1 parent 9b62085 commit c120b8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/include/opentelemetry/sdk/event/dispatcher.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class Dispatcher

/**
* Create a timer event.
* @callback the callback to call when the event triggers
* @callback the callback to call when the event triggers
* @return a handle for the timer
*/
virtual std::unique_ptr<Timer> CreateTimer(TimerCallback callback) noexcept = 0;
Expand All @@ -44,7 +44,7 @@ class Dispatcher
virtual void Exit() noexcept = 0;

/**
* Run the event loop until.
* Run the event loop until all events have been processed or Exit is called.
*/
virtual void Run() noexcept = 0;
};
Expand Down

0 comments on commit c120b8d

Please sign in to comment.