diff options
Diffstat (limited to 'butl/fdstream')
-rw-r--r-- | butl/fdstream | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/butl/fdstream b/butl/fdstream index d3dbef7..3fb52f7 100644 --- a/butl/fdstream +++ b/butl/fdstream @@ -53,7 +53,7 @@ namespace butl reset (int fd = -1) noexcept; // Close an open file descriptor. Throw ios::failure on the underlying OS - // error. Reset the descriptor to -1 whenever the exception is thrown or + // error. Reset the descriptor to -1 whether the exception is thrown or // not. // void |