We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be38879 commit c7b4fa0Copy full SHA for c7b4fa0
.gitignore
@@ -2,6 +2,8 @@
2
/dev/local-build.rb
3
/dev/target
4
/dev/__*.vim
5
+/dev/__*.cpp
6
+/dev/__*.rb
7
/doxygen/doxygen.log
8
/dev/doc/*
9
/dev/cmake_build*
dev/so_5/mchain_select_ifaces.hpp
@@ -79,7 +79,7 @@ class select_case_t
79
* - on_select_finish() where m_notificator receives nullptr value if
80
* it wasn't null yet.
81
*
82
- * It the previous versions of SObjectizer m_notificator received
+ * In the previous versions of SObjectizer m_notificator received
83
* nullptr value during notification of new messages arrival or
84
* closing of mchain. But this lead to data races and the behaviour
85
* was changed. Now m_notificator can hold an actual pointer even
0 commit comments