From 698e2f564261325aeb92666f137abfd90a7f95ad Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 22 Feb 2012 18:44:34 +0000 Subject: Incoporate (more) new ARMv7-M exception handling logic contributed by Mike Smith git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4414 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/net/connect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/net') diff --git a/nuttx/net/connect.c b/nuttx/net/connect.c index be7a3ae1d..b0d67613b 100644 --- a/nuttx/net/connect.c +++ b/nuttx/net/connect.c @@ -144,7 +144,7 @@ static inline void tcp_teardown_callbacks(struct tcp_connect_s *pstate, if (status < 0) { - /* Stop the connection event monitor */ + /* Failed to connect. Stop the connection event monitor */ net_stopmonitor(conn); } -- cgit v1.2.3