chore: remove repetitive words in comments

Signed-off-by: dongjinlong <dongjinlong@outlook.com>
This commit is contained in:
dongjinlong
2024-03-26 19:57:40 +08:00
parent cc37e536cb
commit ba02461e12
22 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ type queue struct {
// so readable must be checked.
readable bool
// transform is the the queue's function for transforming bytes
// transform is the queue's function for transforming bytes
// entering the queue. For example, transform might convert all '\r's
// entering the queue to '\n's.
transformer