Skip to content

Commit

Permalink
Fixes typo in TimerQueue.Portable.cs comment (#77997)
Browse files Browse the repository at this point in the history
Fixes a typo in a comment in TimerQueue.Portable.cs
  • Loading branch information
kamronbatman committed Nov 8, 2022
1 parent 939f050 commit 0589ce6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ private bool SetTimer(uint actualDuration)
}

/// <summary>
/// This method is executed on a dedicated a timer thread. Its purpose is
/// This method is executed on a dedicated timer thread. Its purpose is
/// to handle timer requests and notify the TimerQueue when a timer expires.
/// </summary>
private static void TimerThread()
Expand Down

0 comments on commit 0589ce6

Please sign in to comment.