Skip to content

Commit c0c7f02

Browse files
authored
[RISC-V] Fix a typo in GC comment (#117013)
1 parent aeee892 commit c0c7f02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coreclr/vm/gcstress.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
//
1616
// GCStress<> template classes with its IsEnabled() & MaybeTrigger members.
1717
//
18-
// Use GCStress<> to abstract away the GC stress related decissions. The
18+
// Use GCStress<> to abstract away the GC stress related decisions. The
1919
// template definitions will resolve to nothing when STRESS_HEAP is not
2020
// defined, and will inline the function body at the call site otherwise.
2121
//

0 commit comments

Comments
 (0)