Skip to content

Commit

Permalink
Merge pull request #141 from davis-matthew/master
Browse files Browse the repository at this point in the history
Spelling fix worklist.h
  • Loading branch information
yuleisui authored Jul 25, 2019
2 parents 6db2549 + bf57165 commit 0b75f3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/Util/WorkList.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
#include <set>

/**
* Worlist with "first come first go" order.
* Worklist with "first come first go" order.
* New nodes pushed at back and popped from front.
* Elements in the list are unique as they're recorded by std::set.
*/
Expand Down Expand Up @@ -115,7 +115,7 @@ class List {
};

/**
* Worlist with "first in first out" order.
* Worklist with "first in first out" order.
* New nodes will be pushed at back and popped from front.
* Elements in the list are unique as they're recorded by std::set.
*/
Expand Down

0 comments on commit 0b75f3e

Please sign in to comment.