diff --git a/libportability/src/lib.rs b/libportability/src/lib.rs index 0074e8b..d3ff69f 100644 --- a/libportability/src/lib.rs +++ b/libportability/src/lib.rs @@ -5,7 +5,7 @@ extern crate portability_gfx; use portability_gfx::*; // These are only shims, reexporting the gfx functions with an vk prefix. -// IMPORTANT: These should only foward parameters to the gfx implementation, +// IMPORTANT: These should only forward parameters to the gfx implementation, // don't include any further logic. #[no_mangle]