Skip to content

Commit c7b4fa0

Browse files
committed
Fix typo in comment.
Filter for drafts in .gitignore.
1 parent be38879 commit c7b4fa0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
/dev/local-build.rb
33
/dev/target
44
/dev/__*.vim
5+
/dev/__*.cpp
6+
/dev/__*.rb
57
/doxygen/doxygen.log
68
/dev/doc/*
79
/dev/cmake_build*

dev/so_5/mchain_select_ifaces.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class select_case_t
7979
* - on_select_finish() where m_notificator receives nullptr value if
8080
* it wasn't null yet.
8181
*
82-
* It the previous versions of SObjectizer m_notificator received
82+
* In the previous versions of SObjectizer m_notificator received
8383
* nullptr value during notification of new messages arrival or
8484
* closing of mchain. But this lead to data races and the behaviour
8585
* was changed. Now m_notificator can hold an actual pointer even

0 commit comments

Comments
 (0)