diff --git a/kernel/include/los_queue.h b/kernel/include/los_queue.h index 5c2629dd..7dc50cc9 100644 --- a/kernel/include/los_queue.h +++ b/kernel/include/los_queue.h @@ -453,7 +453,7 @@ extern UINT32 LOS_QueueCreateStatic(const CHAR *queueName, * first. *
  • bufferAddr stores the obtained data.
  • *
  • Do not read or write a queue in unblocking modes such as an interrupt.
  • - *
  • This API cannot be called before the Huawei LiteOS is initialized.
  • + *
  • This API cannot be called before the kernel is initialized.
  • *
  • The argument timeOut is a relative time.
  • * * @@ -498,7 +498,7 @@ extern UINT32 LOS_QueueReadCopy(UINT32 queueID, *