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/12/21 16:09:52 UTC

[GitHub] [incubator-nuttx] hartmannathan opened a new pull request #5052: sched: Fix typos in comments

hartmannathan opened a new pull request #5052:
URL: https://github.com/apache/incubator-nuttx/pull/5052


   ## Summary
   
   sched/pthread/pthread_mutextimedlock.c:
   sched/pthread/pthread_mutextrylock.c:
   
   - Fix typos in comments. No functional changes.
   
   ## Impact
   
   Improves ability to grep: `pthread_mutex_consistent()` was written as `pthread_mutx_consistent()` in a comment, so it would not have been found if grepping for `pthread_mutex_consistent()`. This is now fixed.
   
   ## Testing
   
   nxstyle


-- 
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



[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #5052: sched: Fix typos in comments

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on pull request #5052:
URL: https://github.com/apache/incubator-nuttx/pull/5052#issuecomment-998949047


   Let's ignore the false alarm of linter setup.


-- 
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



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5052: sched: Fix typos in comments

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #5052:
URL: https://github.com/apache/incubator-nuttx/pull/5052


   


-- 
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