Skip to content

Commit

Permalink
Merge pull request #5256 from dlang/JackStouffer-patch-1
Browse files Browse the repository at this point in the history
Fix spelling mistake in std/concurrency.d
  • Loading branch information
JackStouffer committed Mar 8, 2017
2 parents f41602d + 698ec25 commit 04580c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/concurrency.d
Original file line number Diff line number Diff line change
Expand Up @@ -1089,7 +1089,7 @@ Tid locate( string name )
/**
* Encapsulates all implementation-level data needed for scheduling.
*
* When definining a Scheduler, an instance of this struct must be associated
* When defining a Scheduler, an instance of this struct must be associated
* with each logical thread. It contains all implementation-level information
* needed by the internal API.
*/
Expand Down

0 comments on commit 04580c9

Please sign in to comment.