Skip to content

Commit

Permalink
Log profiler: fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfbjarne committed Nov 8, 2011
1 parent 2e9eca0 commit fd05675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mono/profiler/proflog.c
Expand Up @@ -277,7 +277,7 @@ typedef struct _LogBuffer LogBuffer;
* [object: sleb128] the object as a difference from obj_base
* [root_type: uleb128] the root_type: MonoProfileGCRootType (profiler.h)
* [extra_info: uleb128] the extra_info value
* object, root_type_extra_info are repeated num_roots times
* object, root_type and extra_info are repeated num_roots times
*
* type sample format
* type: TYPE_SAMPLE
Expand Down

0 comments on commit fd05675

Please sign in to comment.