Skip to content

Commit 40d9bd2

Browse files
authored
Fix comment typos (#94956)
The sentence: > it is imperative that the addresses **of of** the values... Should read: > it is imperative that the addresses **of** the values
1 parent 83f1166 commit 40d9bd2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/coreclr/vm/amd64/JitHelpers_FastWriteBarriers.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ include asmconstants.inc
3131
; for more info.
3232
;
3333
; READ THIS!!!!!!
34-
; it is imperative that the addresses of of the values that we overwrite
34+
; it is imperative that the addresses of the values that we overwrite
3535
; (card table, ephemeral region ranges, etc) are naturally aligned since
3636
; there are codepaths that will overwrite these values while the EE is running.
3737
;

src/coreclr/vm/i386/jithelp.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@ NESTED_END JIT_StackProbe, _TEXT
679679
// the compares just for EAX, which won't work for other registers.
680680
//
681681
// READ THIS!!!!!!
682-
// it is imperative that the addresses of of the values that we overwrite
682+
// it is imperative that the addresses of the values that we overwrite
683683
// (card table, ephemeral region ranges, etc) are naturally aligned since
684684
// there are codepaths that will overwrite these values while the EE is running.
685685
//

src/coreclr/vm/i386/jithelp.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@ JIT_Dbl2IntSSE2 ENDP
821821
; the compares just for EAX, which won't work for other registers.
822822
;
823823
; READ THIS!!!!!!
824-
; it is imperative that the addresses of of the values that we overwrite
824+
; it is imperative that the addresses of the values that we overwrite
825825
; (card table, ephemeral region ranges, etc) are naturally aligned since
826826
; there are codepaths that will overwrite these values while the EE is running.
827827
;

0 commit comments

Comments
 (0)