chore: 修复社区反馈问题Percpu结构体注释错误
修复社区反馈问题Percpu结构体注释错误,排查下其他拼写错误。 close #I4GMLH Signed-off-by: kenneth <zhushangyuan@huawei.com>
This commit is contained in:
@@ -555,7 +555,7 @@ int OsSigTimedWaitNoLock(sigset_t *set, siginfo_t *info, unsigned int timeout)
|
||||
if (sigcb->waitList.pstNext == NULL) {
|
||||
LOS_ListInit(&sigcb->waitList);
|
||||
}
|
||||
/* If pendingflag & set > 0, shound clear pending flag */
|
||||
/* If pendingflag & set > 0, should clear pending flag */
|
||||
sigset_t clear = sigcb->sigPendFlag & *set;
|
||||
if (clear) {
|
||||
sigcb->sigPendFlag ^= clear;
|
||||
|
||||
Reference in New Issue
Block a user