diff --git a/csharp/src/Microsoft.ML.OnnxRuntime/SessionOptions.cs b/csharp/src/Microsoft.ML.OnnxRuntime/SessionOptions.cs index 70d48877da..c2a5920741 100644 --- a/csharp/src/Microsoft.ML.OnnxRuntime/SessionOptions.cs +++ b/csharp/src/Microsoft.ML.OnnxRuntime/SessionOptions.cs @@ -51,7 +51,7 @@ namespace Microsoft.ML.OnnxRuntime #if USE_CUDA /// - /// A helper method to constuct a SessionOptions object for CUDA execution + /// A helper method to construct a SessionOptions object for CUDA execution /// /// A SessionsOptions() object configured for execution on deviceId=0 public static SessionOptions MakeSessionOptionWithCudaProvider() @@ -60,7 +60,7 @@ namespace Microsoft.ML.OnnxRuntime } /// - /// A helper method to constuct a SessionOptions object for CUDA execution + /// A helper method to construct a SessionOptions object for CUDA execution /// /// /// A SessionsOptions() object configured for execution on deviceId