diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-11-08 16:42:14 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-11-08 16:42:14 +0200 |
commit | b47ab3e06b8af07a79b58f23d18b5a06c2dc8108 (patch) | |
tree | d4780b0c0c9406b4dca4acff24da586404a4cb0b /butl/fdstream | |
parent | 2940072ad2e4a074da9b091fce89adc50e29c6e0 (diff) |
Cosmetic change
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 |