Commit 77e9c345 authored by José Hiram Soltren's avatar José Hiram Soltren Committed by Aaron Plattner
Browse files

Fix Doxygen typo: s/no queued/not queued/


Signed-off-by: default avatarAaron Plattner <aplattner@nvidia.com>
Reviewed-by: default avatarRobert Morell <rmorell@nvidia.com>
parent 3b3bf77a
...@@ -4344,7 +4344,7 @@ typedef VdpStatus VdpPresentationQueueBlockUntilSurfaceIdle( ...@@ -4344,7 +4344,7 @@ typedef VdpStatus VdpPresentationQueueBlockUntilSurfaceIdle(
* \brief The status of a surface within a presentation queue. * \brief The status of a surface within a presentation queue.
*/ */
typedef enum { typedef enum {
/** The surface is no queued or currently visible. */ /** The surface is not queued or currently visible. */
VDP_PRESENTATION_QUEUE_STATUS_IDLE, VDP_PRESENTATION_QUEUE_STATUS_IDLE,
/** The surface is in the queue, and not currently visible. */ /** The surface is in the queue, and not currently visible. */
VDP_PRESENTATION_QUEUE_STATUS_QUEUED, VDP_PRESENTATION_QUEUE_STATUS_QUEUED,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment