Skip to content

Commit 8297085

Browse files
Apply suggestions from code review
Signed-off-by: Miguel Company <[email protected]>
1 parent c2fc535 commit 8297085

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

thirdparty/boost/include/boost/interprocess/sync/interprocess_semaphore.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,12 @@ class interprocess_semaphore
5959
interprocess_semaphore &operator=(const interprocess_semaphore &);
6060
#endif //#ifndef BOOST_INTERPROCESS_DOXYGEN_INVOKED
6161
public:
62+
6263
//!Creates a interprocess_semaphore with initial count = 0.
6364
interprocess_semaphore();
6465

6566
//!Creates a interprocess_semaphore with the given initial count.
66-
//!interprocess_exception if there is an error.*/
67+
//!interprocess_exception if there is an error.
6768
interprocess_semaphore(unsigned int initialCount);
6869

6970
//!Destroys the interprocess_semaphore.

0 commit comments

Comments
 (0)