Fix typo in error message
This commit is contained in:
parent
29b87a4e69
commit
91a97b4c69
@ -76,7 +76,7 @@ TSpirvRequirement* TParseContext::makeSpirvRequirement(const TSourceLoc& loc, co
|
|||||||
spirvReq->capabilities.insert(capability->getAsConstantUnion()->getConstArray()[0].getIConst());
|
spirvReq->capabilities.insert(capability->getAsConstantUnion()->getConstArray()[0].getIConst());
|
||||||
}
|
}
|
||||||
} else
|
} else
|
||||||
error(loc, "unknow SPIR-V requirement", name.c_str(), "");
|
error(loc, "unknown SPIR-V requirement", name.c_str(), "");
|
||||||
|
|
||||||
return spirvReq;
|
return spirvReq;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user