LGTM, thanks. -----Original Message----- From: Beignet [mailto:[email protected]] On Behalf Of Rebecca N. Palmer Sent: Monday, January 23, 2017 1:09 AM To: [email protected] Subject: [Beignet] [PATCH] Fix typo
Signed-off-by: Rebecca N. Palmer <[email protected]> --- a/backend/src/llvm/llvm_gen_backend.cpp +++ b/backend/src/llvm/llvm_gen_backend.cpp @@ -308,7 +308,7 @@ namespace gbe if(StrTy) return getTypeByteSize(unit,StrTy); } - GBE_ASSERTM(false, "Unspported type name"); + GBE_ASSERTM(false, "Unsupported type name"); return 0; } #undef TYPESIZEVEC _______________________________________________ Beignet mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/beignet _______________________________________________ Beignet mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/beignet
