From db8291fff6ea42d2d3e3eeb49286cdca3e09390a Mon Sep 17 00:00:00 2001 From: Sean Hefty Date: Mon, 16 Jul 2012 14:30:19 -0700 Subject: [PATCH] Refresh of transpose --- src/preload.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/preload.c b/src/preload.c index cc0d7eba..0d457bf7 100644 --- a/src/preload.c +++ b/src/preload.c @@ -252,9 +252,9 @@ out: } /* - * Convert between an rsocket and a normal socket. The new socket should have the - * same settings and bindings as the current socket. We currently only handle - * setting a few of the more common values. + * Convert between an rsocket and a normal socket. The new socket should have + * the same settings and bindings as the current socket. We currently only + * handle setting a few of the more common values. */ static int transpose_socket(int index, int *fd, enum fd_type new_type, -- 2.45.2