From cecfb9778236ddacc111d603188e87f27a5747e9 Mon Sep 17 00:00:00 2001 From: "Michael(LAI)" <9588926+Michael-Lfx@users.noreply.github.com> Date: Sat, 18 May 2019 11:39:38 +0800 Subject: [PATCH] Fix typo --- libportability/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]