Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/coreclr/tools/Common/TypeSystem/IL/Stubs/PInvokeILCodeStreams.cs')
-rw-r--r--src/coreclr/tools/Common/TypeSystem/IL/Stubs/PInvokeILCodeStreams.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/coreclr/tools/Common/TypeSystem/IL/Stubs/PInvokeILCodeStreams.cs b/src/coreclr/tools/Common/TypeSystem/IL/Stubs/PInvokeILCodeStreams.cs
index 1ad547dbb46..2a8aa221ce2 100644
--- a/src/coreclr/tools/Common/TypeSystem/IL/Stubs/PInvokeILCodeStreams.cs
+++ b/src/coreclr/tools/Common/TypeSystem/IL/Stubs/PInvokeILCodeStreams.cs
@@ -22,9 +22,9 @@ namespace Internal.IL.Stubs
// store that into the local
// - CallsiteSetupCodeStream is used to used to load each previously generated local
// and call the actual target native method.
- // - ReturnValueMarshallingCodeStream is used to convert the native return value
+ // - ReturnValueMarshallingCodeStream is used to convert the native return value
// to managed one.
- // - UnmarshallingCodestream is used to propagate [out] native arguments values to
+ // - UnmarshallingCodestream is used to propagate [out] native arguments values to
// managed ones.
// - CleanupCodestream is used to perform a guaranteed cleanup
FunctionPointerLoadStream = Emitter.NewCodeStream();