summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-12-04 01:50:50 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-12-04 01:50:50 +0000
commit3b859ef26bc17f1803ebfe07842acd7fb99b7cd4 (patch)
treebf0ef5f6f2f47e49075356ecfe19c84c854a3cf3
parent055658101722f4f0a7ef17a174e250d011a975ec (diff)
downloadATCD-3b859ef26bc17f1803ebfe07842acd7fb99b7cd4.tar.gz
ChangeLogTag:Sat Dec 3 17:47:29 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
-rw-r--r--ace/SSL/SSL_Asynch_Stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/SSL/SSL_Asynch_Stream.h b/ace/SSL/SSL_Asynch_Stream.h
index eec2397512e..4dd0dec22d3 100644
--- a/ace/SSL/SSL_Asynch_Stream.h
+++ b/ace/SSL/SSL_Asynch_Stream.h
@@ -63,7 +63,7 @@ public:
// Use a class/struct to work around scoping
// problems for extern "C" free functions with some compilers. For
- // example, some can't handle
+ // example, some can't handle
//
// friend ::some_extern_c_free_function (...)
//