diff options
author | Mark Spruiell <mes@zeroc.com> | 2017-06-08 14:33:56 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2017-06-08 14:33:56 -0700 |
commit | fdce7a40597ceb83524b51d3faf3b0c0693e18c0 (patch) | |
tree | 51d7c417f444ac4646f846899b097e3899cd90e9 /csharp/src | |
parent | Fixed typo (diff) | |
download | ice-fdce7a40597ceb83524b51d3faf3b0c0693e18c0.tar.bz2 ice-fdce7a40597ceb83524b51d3faf3b0c0693e18c0.tar.xz ice-fdce7a40597ceb83524b51d3faf3b0c0693e18c0.zip |
comment typos
Diffstat (limited to 'csharp/src')
-rw-r--r-- | csharp/src/Ice/Proxy.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/src/Ice/Proxy.cs b/csharp/src/Ice/Proxy.cs index 621ecdde059..245f6b12b26 100644 --- a/csharp/src/Ice/Proxy.cs +++ b/csharp/src/Ice/Proxy.cs @@ -772,7 +772,7 @@ namespace Ice void iceWrite(OutputStream os); /// <summary> - /// Returns an scheduler object that use the Ice thread pool. + /// Returns a scheduler object that uses the Ice thread pool. /// </summary> /// <returns>The task scheduler object.</returns> System.Threading.Tasks.TaskScheduler ice_scheduler(); |