You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/07/16 21:33:23 UTC

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #4168: wqueue: Fix typos

gustavonihei commented on a change in pull request #4168:
URL: https://github.com/apache/incubator-nuttx/pull/4168#discussion_r671536180



##########
File path: libs/libc/wqueue/work_cancel.c
##########
@@ -44,12 +44,12 @@
  *
  * Description:
  *   Cancel previously queued work.  This removes work from the work queue.
- *   After work has been cancelled, it may be re-queue by calling
+ *   After work has been cancelled, it may be re-queued by calling

Review comment:
       ```suggestion
    *   After work has been cancelled, it may be requeued by calling
   ```
   nit: This is both written as "re-queue" and "requeue". For consistency, we need to decide for a single one. According to Google, the one that has the most references is "requeue". So I'd go with that.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org