aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/export_fun.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/export_fun.rs b/src/export_fun.rs
index 9c2ab4a..0e0f33a 100644
--- a/src/export_fun.rs
+++ b/src/export_fun.rs
@@ -102,7 +102,7 @@ fn handle_server(session: Arc<Mutex<Session>>, mut stream: UnixStream) -> io::Re
}
fn handle_client(mut stream: UnixStream) -> io::Result<()> {
- // give up all my file descriptors descriptors
+ // give up all my file descriptors
let mut ancillary_buffer = [0; 128];
let mut ancillary = SocketAncillary::new(&mut ancillary_buffer[..]);
ancillary.add_fds(&[0, 1, 2]);