Skip to content

Commit

Permalink
Fix existing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisduerr committed Apr 28, 2024
1 parent e443ff3 commit 6c89778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glutin_egl_sys/src/egl.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! Manual implementation of EGL bindings.
//!
//! This is necesarry since `gl_generator` is unmaintaned and incapable of
//! This is necessary since `gl_generator` is unmaintaned and incapable of
//! generating bindings for some of the newer extensions.
use std::ffi::c_uint;
Expand Down

0 comments on commit 6c89778

Please sign in to comment.