[VDPAU] [PATCH] Fix Doxygen typo: s/no queued/not queued/

José Hiram Soltren jsoltren at nvidia.com
Thu Apr 23 13:43:21 PDT 2015


---
 include/vdpau/vdpau.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/vdpau/vdpau.h b/include/vdpau/vdpau.h
index e6803f7..8cc4524 100644
--- a/include/vdpau/vdpau.h
+++ b/include/vdpau/vdpau.h
@@ -4344,7 +4344,7 @@ typedef VdpStatus VdpPresentationQueueBlockUntilSurfaceIdle(
  * \brief The status of a surface within a presentation queue.
  */
 typedef enum {
-    /** The surface is no queued or currently visible. */
+    /** The surface is not queued or currently visible. */
     VDP_PRESENTATION_QUEUE_STATUS_IDLE,
     /** The surface is in the queue, and not currently visible. */
     VDP_PRESENTATION_QUEUE_STATUS_QUEUED,
-- 
1.7.10.4


More information about the VDPAU mailing list