ci: fix new codespell errors

This commit is contained in:
Liam
2023-10-02 18:03:05 -04:00
parent ff57c66773
commit 0448eb6f0f
11 changed files with 11 additions and 11 deletions

View File

@ -314,7 +314,7 @@ public:
return GetDriverID() != VK_DRIVER_ID_QUALCOMM_PROPRIETARY;
}
/// Returns true if the device suppors float64 natively.
/// Returns true if the device supports float64 natively.
bool IsFloat64Supported() const {
return features.features.shaderFloat64;
}