diff options
Diffstat (limited to 'sql/my_apc.h')
-rw-r--r-- | sql/my_apc.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sql/my_apc.h b/sql/my_apc.h index 88df8145186..160c19b6353 100644 --- a/sql/my_apc.h +++ b/sql/my_apc.h @@ -34,7 +34,9 @@ */ /* - Target for asynchronous procedue calls (APCs). + Target for asynchronous procedure calls (APCs). + - A target is running in some particular thread, + - One can make calls to it from other threads. */ class Apc_target { @@ -113,5 +115,3 @@ private: } }; -/////////////////////////////////////////////////////////////////////// - |