summaryrefslogtreecommitdiff
path: root/csharp/src
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2017-06-08 14:33:56 -0700
committerMark Spruiell <mes@zeroc.com>2017-06-08 14:33:56 -0700
commitfdce7a40597ceb83524b51d3faf3b0c0693e18c0 (patch)
tree51d7c417f444ac4646f846899b097e3899cd90e9 /csharp/src
parentFixed typo (diff)
downloadice-fdce7a40597ceb83524b51d3faf3b0c0693e18c0.tar.bz2
ice-fdce7a40597ceb83524b51d3faf3b0c0693e18c0.tar.xz
ice-fdce7a40597ceb83524b51d3faf3b0c0693e18c0.zip
comment typos
Diffstat (limited to 'csharp/src')
-rw-r--r--csharp/src/Ice/Proxy.cs2
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();