docs: de-duplicated -> deduplicated

Reviewed-by: Yonggang Luo <luoyonggang@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19297>
This commit is contained in:
Erik Faye-Lund
2022-10-25 12:12:23 +02:00
committed by Marge Bot
parent c2ea5486ca
commit 0361aec645

View File

@@ -87,7 +87,7 @@ anyone who doesn't can use the table without needing to pull in all the
platform headers.
Dispatch tables are similar to entrypoint tables except that they're
de-duplicated so that aliased entrypoints have only one entry in the table.
deduplicated so that aliased entrypoints have only one entry in the table.
The device dispatch table looks like this:
.. code-block:: c