diff --git a/src/system/FileDescriptor.hxx b/src/system/FileDescriptor.hxx index 3b6b0e59a..8e0f9177b 100644 --- a/src/system/FileDescriptor.hxx +++ b/src/system/FileDescriptor.hxx @@ -170,7 +170,7 @@ public: #endif /** - * Close the file descriptor. It is legal to call it on an + * Close the file descriptor. It should not be called on an * "undefined" object. After this call, IsDefined() is guaranteed * to return false, and this object may be reused. */