gallium/docs: s/milli/nano/
authorMathias Fröhlich <Mathias.Froehlich@web.de>
Wed, 19 May 2010 14:46:51 +0000 (08:46 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 19 May 2010 14:48:28 +0000 (08:48 -0600)
src/gallium/docs/source/context.rst

index bce1eef9be117093fd0576939af3acfa0b9113f1..ec358e34545c31b50a7526dada590b00829db88e 100644 (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.