summaryrefslogtreecommitdiff
path: root/src/mscorlib/src/System/TimeSpan.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/mscorlib/src/System/TimeSpan.cs')
-rw-r--r--src/mscorlib/src/System/TimeSpan.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mscorlib/src/System/TimeSpan.cs b/src/mscorlib/src/System/TimeSpan.cs
index 9166656d0f..ca60bcb16f 100644
--- a/src/mscorlib/src/System/TimeSpan.cs
+++ b/src/mscorlib/src/System/TimeSpan.cs
@@ -68,7 +68,7 @@ namespace System
// internal so that DateTime doesn't have to call an extra get
// method for some arithmetic operations.
- internal long _ticks;
+ internal long _ticks; // Do not rename (binary serialization)
//public TimeSpan() {
// _ticks = 0;