Change comment to fix policheck

This commit is contained in:
Pranav K 2015-02-06 05:58:55 -08:00
parent c7d09d7ad7
commit be3f64c52d
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ namespace Microsoft.AspNet.Mvc.Razor
StringComparison.Ordinal))
{
// Cache hit, but we need to update the entry.
// Assigning to LastModified and IsValidatedPreCompiled are atomic operations and will result in safe races
// Assigning to LastModified and IsValidatedPreCompiled are atomic operations and will result in safe race
// if the entry is being concurrently read or updated.
cacheEntry.LastModified = fileInfo.LastModified;
cacheEntry.IsValidatedPreCompiled = true;