gallium/docs: s/milli/nano/

This commit is contained in:
Mathias Fröhlich 2010-05-19 08:46:51 -06:00 committed by Brian Paul
parent da34757cd7
commit 7f19b65b1a
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ are written to the framebuffer without being culled by
:ref:`Depth, Stencil, & Alpha` testing or shader KILL instructions.
Another type of query, ``PIPE_QUERY_TIME_ELAPSED``, returns the amount of
time, in milliseconds, the context takes to perform operations.
time, in nanoseconds, the context takes to perform operations.
Gallium does not guarantee the availability of any query types; one must
always check the capabilities of the :ref:`Screen` first.