summaryrefslogtreecommitdiff
path: root/src/gallium/docs
diff options
context:
space:
mode:
authorMathias Fröhlich <Mathias.Froehlich@web.de>2010-05-19 08:46:51 -0600
committerBrian Paul <brianp@vmware.com>2010-05-19 08:48:28 -0600
commit7f19b65b1ae4b68129b476b3089264ea9b25e6e6 (patch)
tree9af85ce60dbbbc1420726c9114c21f2ea040ba1a /src/gallium/docs
parentda34757cd7ab48a681777e61a54abbac91d9a5c1 (diff)
gallium/docs: s/milli/nano/
Diffstat (limited to 'src/gallium/docs')
-rw-r--r--src/gallium/docs/source/context.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/docs/source/context.rst b/src/gallium/docs/source/context.rst
index bce1eef9be..ec358e3454 100644
--- a/src/gallium/docs/source/context.rst
+++ b/src/gallium/docs/source/context.rst
@@ -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.