Skip to content

Commit 9e81aa0

Browse files
committed
one more change
1 parent 73e37f6 commit 9e81aa0

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
@@ -136,7 +136,7 @@ public class Task : IAsyncResult, IDisposable
136136
[Flags]
137137
internal enum TaskStateFlags
138138
{
139-
// State constants for m_stateFlags;
139+
// State constants for m_stateFlags:
140140
// The bits of m_stateFlags are allocated as follows:
141141
// 0x7FFF0000 - Task state flags
142142
// 0x0000FF00 - internal TaskCreationOptions flags

0 commit comments

Comments
 (0)