Skip to content

Commit 4c27fa0

Browse files
authored
fix typo of 'pending' (#127)
Thanks :)
1 parent 6afc7a5 commit 4c27fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/thread_pool.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ fn Worker(comptime F: anytype) type {
135135
// position in the queue to write to
136136
head: usize,
137137

138-
// pendind jobs
138+
// pending jobs
139139
queue: []Args,
140140

141141
buffer: []u8,

0 commit comments

Comments
 (0)