Browse Source

[1542] Docs clarification

Michal 'vorner' Vaner 13 years ago
parent
commit
59902e100c
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/lib/server_common/socket_request.h

+ 3 - 2
src/lib/server_common/socket_request.h

@@ -110,7 +110,8 @@ public:
     /// This is thrown if the requested socket can't be granted, but it is only
     /// that one socket, not that the system would be broken or anything. This
     /// exception is a common base class for the concrete exceptions actually
-    /// thrown.
+    /// thrown. You can safely keep using the SocketRequestor after this
+    /// exception (or anything derived from it) is thrown.
     ///
     /// \see ShareError
     /// \see SocketAllocateError
@@ -135,7 +136,7 @@ public:
         { }
     };
 
-    /// \brief Exception when the operation system doesn't allow us to create
+    /// \brief Exception when the operating system doesn't allow us to create
     ///    the requested socket.
     ///
     /// This happens when the socket() or bind() call fails in the socket