diff options
Diffstat (limited to 'cpp/src')
-rwxr-xr-x | cpp/src/Ice/Network.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Network.h b/cpp/src/Ice/Network.h index 01b10936317..62d3280ca4f 100755 --- a/cpp/src/Ice/Network.h +++ b/cpp/src/Ice/Network.h @@ -331,7 +331,7 @@ ICE_API void checkErrorCode(const char*, int, HRESULT); // // UWP impose some restriction on operations that block when run from // STA thread and throws concurrency::invalid_operation. We cannot -// directly call task::get or task::way, this helper method is used to +// directly call task::get or task::wait, this helper method is used to // workaround this limitation. // template<typename T> |