summaryrefslogtreecommitdiff
path: root/nuttx/net/bind.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/bind.c')
-rw-r--r--nuttx/net/bind.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/net/bind.c b/nuttx/net/bind.c
index 381a554bb..e0e9676dd 100644
--- a/nuttx/net/bind.c
+++ b/nuttx/net/bind.c
@@ -1,7 +1,7 @@
/****************************************************************************
* net/bind.c
*
- * Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2007-2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -55,8 +55,8 @@
*
* Description:
* bind() gives the socket 'sockfd' the local address 'addr'. 'addr' is
- * 'addrlen' bytes long. Traditionally, this is called “assigning a name to
- * a socket.” When a socket is created with socket, it exists in a name
+ * 'addrlen' bytes long. Traditionally, this is called "assigning a name to
+ * a socket." When a socket is created with socket, it exists in a name
* space (address family) but has no name assigned.
*
* Parameters: