Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Strehovský <MichalStrehovsky@users.noreply.github.com>2017-05-08 22:22:08 +0300
committerGitHub <noreply@github.com>2017-05-08 22:22:08 +0300
commit4bb833767c0c645b1437dea599ffcee1eab0e2d4 (patch)
tree6903dc6782096b5c65281eab9dd844764d2025cf /src/Runtime.Base
parent6bbe260a7cd3587ef066b1fa73d7e5413b5f3524 (diff)
parentec102f76499b615432f7a687b0056440e19160bc (diff)
Merge pull request #3548 from dotnet/nmirror
Merge nmirror to master
Diffstat (limited to 'src/Runtime.Base')
-rw-r--r--src/Runtime.Base/src/System/Primitives.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Runtime.Base/src/System/Primitives.cs b/src/Runtime.Base/src/System/Primitives.cs
index 2ef32341c..c7cae2d5c 100644
--- a/src/Runtime.Base/src/System/Primitives.cs
+++ b/src/Runtime.Base/src/System/Primitives.cs
@@ -43,7 +43,7 @@ namespace System
public struct Boolean
{
- // Disable compile warning about unused m_value field
+ // Disable compile warning about unused _value field
#pragma warning disable 0169
private bool _value;
#pragma warning restore 0169