From f22bffe0f62460850efda82ee2cc38c93da6ca48 Mon Sep 17 00:00:00 2001 From: Maher Jendoubi Date: Tue, 7 Jan 2020 17:32:13 +0100 Subject: [PATCH] Contributing: Fix a typo (#2784) --- csharp/src/Microsoft.ML.OnnxRuntime/SessionOptions.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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