Fix comment about mono_thread_interruption_request_flag. (mono/mono#17036)
authorJay Krell <jaykrell@microsoft.com>
Wed, 25 Sep 2019 10:30:27 +0000 (03:30 -0700)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Wed, 25 Sep 2019 10:30:27 +0000 (12:30 +0200)
Fix https://github.com/mono/mono/pull/16906/files#r327660329.

Commit migrated from https://github.com/mono/mono/commit/baa9adc06af08b9c7dcc1609553795f589a39240

src/mono/mono/metadata/threads-types.h

index 76e0d0b..64d9df4 100644 (file)
@@ -386,7 +386,7 @@ MonoException* mono_thread_force_interruption_checkpoint_noraise (void);
 /**
  * mono_thread_interruption_request_flag:
  *
- * Returns the address of a flag that will be non-zero if an interruption has
+ * A flag that will be non-zero if an interruption has
  * been requested for a thread. The thread to interrupt may not be the current
  * thread, so an additional call to mono_thread_interruption_requested () or
  * mono_thread_interruption_checkpoint () is always needed if the flag is not