mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-20 08:50:25 +01:00
egl/dri2: Fix a typo in a comment
Reviewed-by: Eric Engestrom <eric@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18586>
This commit is contained in:
parent
6c6a37ef94
commit
7a744aa318
1 changed files with 1 additions and 1 deletions
|
|
@ -1887,7 +1887,7 @@ dri2_make_current(_EGLDisplay *disp, _EGLSurface *dsurf,
|
|||
/* dri2_dpy->core->bindContext succeeded, so take a reference on the
|
||||
* dri2_dpy. This prevents dri2_dpy from being reinitialized when a
|
||||
* EGLDisplay is terminated and then initialized again while a
|
||||
* context is still bound. See dri2_intitialize() for a more in depth
|
||||
* context is still bound. See dri2_initialize() for a more in depth
|
||||
* explanation. */
|
||||
p_atomic_inc(&dri2_dpy->ref_count);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue