Skip to content

docs(tasks): fix typo in xTaskGenericNotifyWait comment (ucNotifyValue -> ucNotifyState)#1455

Open
wanghengZzz wants to merge 1 commit into
FreeRTOS:mainfrom
wanghengZzz:main
Open

docs(tasks): fix typo in xTaskGenericNotifyWait comment (ucNotifyValue -> ucNotifyState)#1455
wanghengZzz wants to merge 1 commit into
FreeRTOS:mainfrom
wanghengZzz:main

Conversation

@wanghengZzz

Copy link
Copy Markdown
Contributor

Description

This PR fixes a minor typographical error in a code comment inside xTaskGenericNotifyWait() within tasks.c.

  • Current comment: If ucNotifyValue is set then either the task never entered...
  • Corrected comment: If ucNotifyState is set then either the task never entered...

Checklist:

  • I have tested my changes. No regression in existing tests.
  • I have modified and/or added unit-tests to cover the code changes in this Pull Request.

Related Issue

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants