From 13516f11b836e89808cf2ebb71f610f02188961c Mon Sep 17 00:00:00 2001 From: Jonas Maier Date: Mon, 9 Mar 2026 20:12:53 +0100 Subject: typo --- src/export_fun.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/export_fun.rs') 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>, 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]); -- cgit v1.2.3