Skip to content
Snippets Groups Projects
Commit 7f32f0b5 authored by Liang ZOU's avatar Liang ZOU Committed by Tianqi Chen
Browse files

[typo] sin ==> in (#2238)

sin ==> in
parent 23477757
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ namespace runtime {
* \param t The type
* \param code The type code.
* \param bits The number of bits to be matched.
* \param lanes The number of lanes sin the type.
* \param lanes The number of lanes in the type.
*/
inline bool TypeMatch(TVMType t, int code, int bits, int lanes = 1) {
return t.code == code && t.bits == bits && t.lanes == lanes;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment