Merge pull request #3655 from jcowgill/spelling-fixes

Fix some very minor spelling mistakes
This commit is contained in:
Mathew Maidment
2016-03-02 14:04:05 -05:00
5 changed files with 5 additions and 5 deletions

View File

@ -143,7 +143,7 @@ void StateCache::Init()
{
// If a PSO fails to create, that means either:
// - The file itself is corrupt.
// - A driver/HW change has occured, causing the existing cache blobs to be invalid.
// - A driver/HW change has occurred, causing the existing cache blobs to be invalid.
//
// In either case, we want to re-create the disk cache. This should not be a frequent occurence.