runtime: fix typo in the task modules (#4306)

This commit is contained in:
Shin Seunghun
2021-12-08 13:30:52 +01:00
committed by GitHub
parent 60ba634d60
commit 4c571b55b1
+1 -1
View File
@@ -25,7 +25,7 @@
//!
//! The task uses a reference count to keep track of how many active references
//! exist. The Unowned reference type takes up two ref-counts. All other
//! reference types take pu a single ref-count.
//! reference types take up a single ref-count.
//!
//! Besides the waker type, each task has at most one of each reference type.
//!