summaryrefslogtreecommitdiffstats
path: root/src/nSocket/include/nstack_dmm_api.h
diff options
context:
space:
mode:
authorRahul Gupta <rahul.g.chimera@gmail.com>2018-06-26 11:19:13 +0530
committerRahul Gupta <rahul.g.chimera@gmail.com>2018-06-26 11:19:13 +0530
commit82b5e45ebf316afd7daa97d9f9b7b75636fb4e64 (patch)
treefabed7d2c0cc187206b2f2e768a4afaafa046bd8 /src/nSocket/include/nstack_dmm_api.h
parent24cbcfaa6fa1121dec1a029a1df114f065341156 (diff)
Spell correction
Change-Id: Icc062e358398ecf0fc46b7a55ce1c37a71aee650 Signed-off-by: Rahul Gupta <rahul.g.chimera@gmail.com>
Diffstat (limited to 'src/nSocket/include/nstack_dmm_api.h')
-rw-r--r--src/nSocket/include/nstack_dmm_api.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nSocket/include/nstack_dmm_api.h b/src/nSocket/include/nstack_dmm_api.h
index 4caeb5e..481e144 100644
--- a/src/nSocket/include/nstack_dmm_api.h
+++ b/src/nSocket/include/nstack_dmm_api.h
@@ -40,7 +40,7 @@ typedef struct __nstack_socket_ops
typedef enum
{
STACK_FD_INVALID_CHECK, /*check wether fd is created by this stack */
- STACK_FD_FUNCALL_CHECK, /*check this stack surpport default call */
+ STACK_FD_FUNCALL_CHECK, /*check this stack support default call */
} nstack_fd_check;
typedef enum
@@ -86,7 +86,7 @@ typedef struct __nstack_proc_cb
nstack_extern_ops extern_ops; /*other proc callback */
} nstack_proc_cb;
-typedef int (*nstack_stack_registe_fn) (nstack_proc_cb * proc_fun,
+typedef int (*nstack_stack_register_fn) (nstack_proc_cb * proc_fun,
nstack_event_cb * event_ops);
#endif