diff --git a/src/mono/mono/mini/cpu-amd64.mdesc b/src/mono/mono/mini/cpu-amd64.mdesc index 631b49b5aeea2e..66e16bb5232015 100644 --- a/src/mono/mono/mini/cpu-amd64.mdesc +++ b/src/mono/mono/mini/cpu-amd64.mdesc @@ -31,7 +31,7 @@ # # cost:number describe how many cycles are needed to complete the instruction (unused) # -# clob:spec describe if the instruction clobbers registers or has special needs +# clob:spec describe if the instruction clobbers registers or has special requirements # # c clobbers caller-save registers # 1 clobbers the first source register diff --git a/src/mono/mono/mini/cpu-arm.mdesc b/src/mono/mono/mini/cpu-arm.mdesc index c6813e4fa8b005..5553f2eed33a11 100644 --- a/src/mono/mono/mini/cpu-arm.mdesc +++ b/src/mono/mono/mini/cpu-arm.mdesc @@ -26,7 +26,7 @@ # # cost:number describe how many cycles are needed to complete the instruction (unused) # -# clob:spec describe if the instruction clobbers registers or has special needs +# clob:spec describe if the instruction clobbers registers or has special requirements # # spec can be one of the following characters: # c clobbers caller-save registers diff --git a/src/mono/mono/mini/cpu-arm64.mdesc b/src/mono/mono/mini/cpu-arm64.mdesc index 99f55aedb3a6ef..49f235c5e4cb7c 100644 --- a/src/mono/mono/mini/cpu-arm64.mdesc +++ b/src/mono/mono/mini/cpu-arm64.mdesc @@ -26,7 +26,7 @@ # # cost:number describe how many cycles are needed to complete the instruction (unused) # -# clob:spec describe if the instruction clobbers registers or has special needs +# clob:spec describe if the instruction clobbers registers or has special requirements # # spec can be one of the following characters: # c clobbers caller-save registers diff --git a/src/mono/mono/mini/cpu-ppc.mdesc b/src/mono/mono/mini/cpu-ppc.mdesc index 301b96a6530bdf..f0e30159fd3ef7 100644 --- a/src/mono/mono/mini/cpu-ppc.mdesc +++ b/src/mono/mono/mini/cpu-ppc.mdesc @@ -22,7 +22,7 @@ # # cost:number describe how many cycles are needed to complete the instruction (unused) # -# clob:spec describe if the instruction clobbers registers or has special needs +# clob:spec describe if the instruction clobbers registers or has special requirements # # spec can be one of the following characters: # c clobbers caller-save registers diff --git a/src/mono/mono/mini/cpu-ppc64.mdesc b/src/mono/mono/mini/cpu-ppc64.mdesc index 8729c30d5c0622..cbc9cc94e20472 100644 --- a/src/mono/mono/mini/cpu-ppc64.mdesc +++ b/src/mono/mono/mini/cpu-ppc64.mdesc @@ -22,7 +22,7 @@ # # cost:number describe how many cycles are needed to complete the instruction (unused) # -# clob:spec describe if the instruction clobbers registers or has special needs +# clob:spec describe if the instruction clobbers registers or has special requirements # # spec can be one of the following characters: # c clobbers caller-save registers diff --git a/src/mono/mono/mini/cpu-s390x.mdesc b/src/mono/mono/mini/cpu-s390x.mdesc index 32aa158b61ab75..8e699367ecc155 100644 --- a/src/mono/mono/mini/cpu-s390x.mdesc +++ b/src/mono/mono/mini/cpu-s390x.mdesc @@ -22,7 +22,7 @@ # # cost:number describe how many cycles are needed to complete the instruction (unused) # -# clob:spec describe if the instruction clobbers registers or has special needs +# clob:spec describe if the instruction clobbers registers or has special requirements # # spec can be one of the following characters: # c clobbers caller-save registers diff --git a/src/mono/mono/mini/cpu-x86.mdesc b/src/mono/mono/mini/cpu-x86.mdesc index 2e82fc3f6024c2..65feafb3f9e595 100644 --- a/src/mono/mono/mini/cpu-x86.mdesc +++ b/src/mono/mono/mini/cpu-x86.mdesc @@ -32,7 +32,7 @@ # # cost:number describe how many cycles are needed to complete the instruction (unused) # -# clob:spec describe if the instruction clobbers registers or has special needs +# clob:spec describe if the instruction clobbers registers or has special requirements # # spec can be one of the following characters: # c clobbers caller-save registers