Skip to content

Commit

Permalink
Contributing: Fix a typo (#2784)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaherJendoubi authored and jywu-msft committed Jan 7, 2020
1 parent 72bdfc8 commit f22bffe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions csharp/src/Microsoft.ML.OnnxRuntime/SessionOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public SessionOptions()

#if USE_CUDA
/// <summary>
/// A helper method to constuct a SessionOptions object for CUDA execution
/// A helper method to construct a SessionOptions object for CUDA execution
/// </summary>
/// <returns>A SessionsOptions() object configured for execution on deviceId=0</returns>
public static SessionOptions MakeSessionOptionWithCudaProvider()
Expand All @@ -60,7 +60,7 @@ public static SessionOptions MakeSessionOptionWithCudaProvider()
}

/// <summary>
/// A helper method to constuct a SessionOptions object for CUDA execution
/// A helper method to construct a SessionOptions object for CUDA execution
/// </summary>
/// <param name="deviceId"></param>
/// <returns>A SessionsOptions() object configured for execution on deviceId</returns>
Expand Down

0 comments on commit f22bffe

Please sign in to comment.