Skip to content

Commit 8574973

Browse files
committed
one more change
1 parent 75dcac5 commit 8574973

File tree

1 file changed

+1
-1
lines changed
  • src/libraries/System.Private.CoreLib/src/System/Threading/Tasks

1 file changed

+1
-1
lines changed

src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/Task.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public class Task : IAsyncResult, IDisposable
134134
[Flags]
135135
internal enum TaskStateFlags
136136
{
137-
// State constants for m_stateFlags;
137+
// State constants for m_stateFlags:
138138
// The bits of m_stateFlags are allocated as follows:
139139
// 0x7FFF0000 - Task state flags
140140
// 0x0000FF00 - internal TaskCreationOptions flags

0 commit comments

Comments
 (0)