Commit b9680fb0 authored by Davis King's avatar Davis King

fixed grammar

parent 554d6779
...@@ -375,7 +375,7 @@ namespace dlib ...@@ -375,7 +375,7 @@ namespace dlib
- funct(CONTEXT) must be a valid expression - funct(CONTEXT) must be a valid expression
(i.e. funct must be a function or function object) (i.e. funct must be a function or function object)
ensures ensures
- This function listens for a connection from a bsp_connect() routine. Once - This function listens for a connection from the bsp_connect() routine. Once
this connection is established, funct(CONTEXT) will be executed and it will this connection is established, funct(CONTEXT) will be executed and it will
then be able to participate in the BSP computation as one of the processing then be able to participate in the BSP computation as one of the processing
nodes. nodes.
...@@ -411,7 +411,7 @@ namespace dlib ...@@ -411,7 +411,7 @@ namespace dlib
- funct(CONTEXT,arg1) must be a valid expression - funct(CONTEXT,arg1) must be a valid expression
(i.e. funct must be a function or function object) (i.e. funct must be a function or function object)
ensures ensures
- This function listens for a connection from a bsp_connect() routine. Once - This function listens for a connection from the bsp_connect() routine. Once
this connection is established, funct(CONTEXT,arg1) will be executed and it will this connection is established, funct(CONTEXT,arg1) will be executed and it will
then be able to participate in the BSP computation as one of the processing then be able to participate in the BSP computation as one of the processing
nodes. nodes.
...@@ -449,7 +449,7 @@ namespace dlib ...@@ -449,7 +449,7 @@ namespace dlib
- funct(CONTEXT,arg1,arg2) must be a valid expression - funct(CONTEXT,arg1,arg2) must be a valid expression
(i.e. funct must be a function or function object) (i.e. funct must be a function or function object)
ensures ensures
- This function listens for a connection from a bsp_connect() routine. Once - This function listens for a connection from the bsp_connect() routine. Once
this connection is established, funct(CONTEXT,arg1,arg2) will be executed and this connection is established, funct(CONTEXT,arg1,arg2) will be executed and
it will then be able to participate in the BSP computation as one of the it will then be able to participate in the BSP computation as one of the
processing nodes. processing nodes.
...@@ -489,7 +489,7 @@ namespace dlib ...@@ -489,7 +489,7 @@ namespace dlib
- funct(CONTEXT,arg1,arg2,arg3) must be a valid expression - funct(CONTEXT,arg1,arg2,arg3) must be a valid expression
(i.e. funct must be a function or function object) (i.e. funct must be a function or function object)
ensures ensures
- This function listens for a connection from a bsp_connect() routine. Once - This function listens for a connection from the bsp_connect() routine. Once
this connection is established, funct(CONTEXT,arg1,arg2,arg3) will be this connection is established, funct(CONTEXT,arg1,arg2,arg3) will be
executed and it will then be able to participate in the BSP computation as executed and it will then be able to participate in the BSP computation as
one of the processing nodes. one of the processing nodes.
...@@ -531,7 +531,7 @@ namespace dlib ...@@ -531,7 +531,7 @@ namespace dlib
- funct(CONTEXT,arg1,arg2,arg3,arg4) must be a valid expression - funct(CONTEXT,arg1,arg2,arg3,arg4) must be a valid expression
(i.e. funct must be a function or function object) (i.e. funct must be a function or function object)
ensures ensures
- This function listens for a connection from a bsp_connect() routine. Once - This function listens for a connection from the bsp_connect() routine. Once
this connection is established, funct(CONTEXT,arg1,arg2,arg3,arg4) will be this connection is established, funct(CONTEXT,arg1,arg2,arg3,arg4) will be
executed and it will then be able to participate in the BSP computation as executed and it will then be able to participate in the BSP computation as
one of the processing nodes. one of the processing nodes.
...@@ -570,7 +570,7 @@ namespace dlib ...@@ -570,7 +570,7 @@ namespace dlib
(i.e. port_notify_function() must be a function or function object taking an (i.e. port_notify_function() must be a function or function object taking an
unsigned short) unsigned short)
ensures ensures
- This function listens for a connection from a bsp_connect() routine. Once - This function listens for a connection from the bsp_connect() routine. Once
this connection is established, funct(CONTEXT) will be executed and it will this connection is established, funct(CONTEXT) will be executed and it will
then be able to participate in the BSP computation as one of the processing then be able to participate in the BSP computation as one of the processing
nodes. nodes.
...@@ -620,7 +620,7 @@ namespace dlib ...@@ -620,7 +620,7 @@ namespace dlib
(i.e. port_notify_function() must be a function or function object taking an (i.e. port_notify_function() must be a function or function object taking an
unsigned short) unsigned short)
ensures ensures
- This function listens for a connection from a bsp_connect() routine. Once - This function listens for a connection from the bsp_connect() routine. Once
this connection is established, funct(CONTEXT,arg1) will be executed and it this connection is established, funct(CONTEXT,arg1) will be executed and it
will then be able to participate in the BSP computation as one of the will then be able to participate in the BSP computation as one of the
processing nodes. processing nodes.
...@@ -672,7 +672,7 @@ namespace dlib ...@@ -672,7 +672,7 @@ namespace dlib
(i.e. port_notify_function() must be a function or function object taking an (i.e. port_notify_function() must be a function or function object taking an
unsigned short) unsigned short)
ensures ensures
- This function listens for a connection from a bsp_connect() routine. Once - This function listens for a connection from the bsp_connect() routine. Once
this connection is established, funct(CONTEXT,arg1,arg2) will be executed and this connection is established, funct(CONTEXT,arg1,arg2) will be executed and
it will then be able to participate in the BSP computation as one of the it will then be able to participate in the BSP computation as one of the
processing nodes. processing nodes.
...@@ -726,7 +726,7 @@ namespace dlib ...@@ -726,7 +726,7 @@ namespace dlib
(i.e. port_notify_function() must be a function or function object taking an (i.e. port_notify_function() must be a function or function object taking an
unsigned short) unsigned short)
ensures ensures
- This function listens for a connection from a bsp_connect() routine. Once - This function listens for a connection from the bsp_connect() routine. Once
this connection is established, funct(CONTEXT,arg1,arg2,arg3) will be this connection is established, funct(CONTEXT,arg1,arg2,arg3) will be
executed and it will then be able to participate in the BSP computation as executed and it will then be able to participate in the BSP computation as
one of the processing nodes. one of the processing nodes.
...@@ -782,7 +782,7 @@ namespace dlib ...@@ -782,7 +782,7 @@ namespace dlib
(i.e. port_notify_function() must be a function or function object taking an (i.e. port_notify_function() must be a function or function object taking an
unsigned short) unsigned short)
ensures ensures
- This function listens for a connection from a bsp_connect() routine. Once - This function listens for a connection from the bsp_connect() routine. Once
this connection is established, funct(CONTEXT,arg1,arg2,arg3,arg4) will be this connection is established, funct(CONTEXT,arg1,arg2,arg3,arg4) will be
executed and it will then be able to participate in the BSP computation as executed and it will then be able to participate in the BSP computation as
one of the processing nodes. one of the processing nodes.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment