summaryrefslogtreecommitdiff
path: root/csharp/src/Ice/AsyncResult.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/src/Ice/AsyncResult.cs')
-rw-r--r--csharp/src/Ice/AsyncResult.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/src/Ice/AsyncResult.cs b/csharp/src/Ice/AsyncResult.cs
index 8fbb7378c4a..ed83e4025d2 100644
--- a/csharp/src/Ice/AsyncResult.cs
+++ b/csharp/src/Ice/AsyncResult.cs
@@ -155,7 +155,7 @@ namespace IceInternal
public bool sentSynchronously()
{
Debug.Assert(outgoing_ != null);
- return outgoing_.sentSynchronously(); // No lock needed
+ return outgoing_.sentSynchronously(); // No lock needed
}
//