diff --git a/csharp/src/Microsoft.ML.OnnxRuntime/ManagedProjections.shared.cs b/csharp/src/Microsoft.ML.OnnxRuntime/ManagedProjections.shared.cs
index 13117f23e8ef9..8916f11919cfe 100644
--- a/csharp/src/Microsoft.ML.OnnxRuntime/ManagedProjections.shared.cs
+++ b/csharp/src/Microsoft.ML.OnnxRuntime/ManagedProjections.shared.cs
@@ -25,7 +25,7 @@ internal class ManagedTypeProjection
///
///
///
- /// OrtValye created accoding to the metadata
+ /// OrtValue created according to the metadata
internal static OrtValue CreateProjection(NamedOnnxValue namedOnnxValue, NodeMetadata metadata)
{
OrtValue result;
@@ -191,4 +191,3 @@ private static OrtValue CreateTensorProjection(NamedOnnxValue node, NodeMetadata
}
}
}
-
diff --git a/csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs b/csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs
index d628b065ceaa7..b64a5c3e5a4a2 100644
--- a/csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs
+++ b/csharp/src/Microsoft.ML.OnnxRuntime/NativeMethods.shared.cs
@@ -847,7 +847,7 @@ internal class NativeLib
/// Creates an instance of OrtSession with provided parameters
///
/// Native OrtEnv instance
- /// Byte array correspoonding to the model
+ /// Byte array corresponding to the model
/// Size of the model in bytes
/// Native SessionOptions instance
/// Native OrtPrepackedWeightsContainer instance
@@ -1258,7 +1258,7 @@ IntPtr[] outputValues /* An array of output value pointers. Array must be alloca
///
/// Native SessionOptions instance
/// Name of the initializer
- /// Native OrtValue instnce
+ /// Native OrtValue instance
[UnmanagedFunctionPointer(CallingConvention.Winapi)]
public delegate IntPtr /*(OrtStatus*)*/ DOrtAddInitializer(IntPtr /*(OrtSessionOptions*)*/ options,
byte[] /*(const char*)*/ name,