diff options
-rw-r--r-- | sd/source/ui/remotecontrol/BufferedStreamSocket.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/remotecontrol/BufferedStreamSocket.hxx b/sd/source/ui/remotecontrol/BufferedStreamSocket.hxx index eafaa6bfc525..0e6b99aa5f22 100644 --- a/sd/source/ui/remotecontrol/BufferedStreamSocket.hxx +++ b/sd/source/ui/remotecontrol/BufferedStreamSocket.hxx @@ -38,7 +38,7 @@ namespace sd */ BufferedStreamSocket( const osl::StreamSocket &aSocket ); /** - * Create a BufferedStreamSocket on top of a standard c socket. + * Create a BufferedStreamSocket on top of a POSIX or WinSock socket. */ BufferedStreamSocket( int aSocket ); BufferedStreamSocket( const BufferedStreamSocket &aSocket ); |