184: Fix typo r=kvark a=Michael-Lfx



Co-authored-by: Michael(LAI) <9588926+michael-lfx@users.noreply.github.com>
This commit is contained in:
bors[bot] 2019-05-20 14:43:29 +00:00
commit 05fd538399

View file

@ -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]