docs: correct spelling of "implemented"

Reviewed-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19139>
This commit is contained in:
Erik Faye-Lund 2022-10-18 13:56:32 +02:00 committed by Marge Bot
parent 13e7f0c8d2
commit 809be97407

View file

@ -165,7 +165,7 @@ times if you want more than one table. It also generates an entrypoint
table for each prefix and each dispatch level (instance, physical device,
and device) which is populated using the driver's functions. Thanks to our
use of weak function pointers (or something roughly equivalent for MSVC),
any entrypoints which are not implented will automatically show up as
any entrypoints which are not implemented will automatically show up as
``NULL`` entries in the table rather than resulting in linking errors.
The above generates entrypoint tables because, thanks to aliasing and the C