diff --git a/src/gallium/include/pipe/p_screen.h b/src/gallium/include/pipe/p_screen.h index dff503676f8..754cfd7c2e6 100644 --- a/src/gallium/include/pipe/p_screen.h +++ b/src/gallium/include/pipe/p_screen.h @@ -200,7 +200,7 @@ struct pipe_screen { /** * Wait for the fence to finish. - * \param timeout in nanoseconds + * \param timeout in nanoseconds (may be PIPE_TIMEOUT_INFINITE). */ boolean (*fence_finish)( struct pipe_screen *screen, struct pipe_fence_handle *fence,