Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
Co-authored-by: Rainer Sigwald <raines@microsoft.com>
  • Loading branch information
AR-May and rainersigwald authored Jul 16, 2021
1 parent 38121b5 commit 57cfc33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Build/Evaluation/ProjectRootElementCache.cs
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ internal override ProjectRootElement Get(string projectFile, OpenProjectRootElem
if (projectRootElement == null || projectRootElementIsInvalid)
{
// We do not lock loading with common _locker of the cache, to avoid lock contention.
// Decided also not to lock this section with the key specific locker to avoid the overhead and code overcomplification, as
// Decided also not to lock this section with the key specific locker to avoid the overhead and code overcomplication, as
// it is not likely that two threads would use Get function for the same project simulteniously and it is not a big deal if in some cases we load the same project twice.

ProjectRootElement newProjectRootElement = openProjectRootElement(projectFile, this);
Expand Down

0 comments on commit 57cfc33

Please sign in to comment.