Merged,
Maxim.

On 09/13/16 14:24, Bill Fischofer wrote:
On Tue, Sep 13, 2016 at 5:05 AM, Christophe Milard <
christophe.mil...@linaro.org> wrote:

Signed-off-by: Christophe Milard <christophe.mil...@linaro.org>

Reviewed-by: Bill Fischofer <bill.fischo...@linaro.org>


---
  platform/linux-generic/_fdserver.c | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/platform/linux-generic/_fdserver.c b/platform/linux-generic/_
fdserver.c
index bf36eb2..97661d0 100644
--- a/platform/linux-generic/_fdserver.c
+++ b/platform/linux-generic/_fdserver.c
@@ -103,7 +103,7 @@ typedef struct fd_server_msg {
   * Send a fdserver_msg, possibly including a file descriptor, on the
socket
   * This function is used both by:
   * -the client (sending a FD_REGISTER_REQ with a file descriptor to be
shared,
- *  or FD_LOOKUP_REQ/FD_DEREGISTER_REQ without a file descirptor)
+ *  or FD_LOOKUP_REQ/FD_DEREGISTER_REQ without a file descriptor)
   * -the server (sending FD_REGISTER_ACK/NACK, FD_LOOKUP_NACK,
   *  FD_DEREGISTER_ACK/NACK... without a fd or a
   *  FD_LOOKUP_ACK with a fd)
@@ -165,7 +165,7 @@ static int send_fdserver_msg(int sock, int command,
   * given socket.
   * This function is used both by:
   * -the server (receiving a FD_REGISTER_REQ with a file descriptor to be
shared,
- *  or FD_LOOKUP_REQ, FD_DEREGISTER_REQ without a file descirptor)
+ *  or FD_LOOKUP_REQ, FD_DEREGISTER_REQ without a file descriptor)
   * -the client (receiving FD_REGISTER_ACK...without a fd or a
FD_LOOKUP_ACK with
   * a fd)
   * This function make use of the ancillary data (control data) to pass and
--
2.7.4



Reply via email to