Fix some very minor spelling mistakes

Found by Lintian https://lintian.debian.org/
This commit is contained in:
James Cowgill
2016-02-19 01:48:10 +00:00
parent 1f2b1caf42
commit db8dbae131
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.