We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 832c257 commit 80e54e4Copy full SHA for 80e54e4
src/viewer/svutil.h
@@ -43,7 +43,7 @@ class SVSync {
43
static void StartProcess(const char* executable, const char* args);
44
};
45
46
-/// A semaphore class which encapsulates the main signalling
+/// A semaphore class which encapsulates the main signaling
47
/// and wait abilities of semaphores for windows and unix.
48
class SVSemaphore {
49
public:
@@ -64,7 +64,7 @@ class SVSemaphore {
64
65
66
/// A mutex which encapsulates the main locking and unlocking
67
-/// abilites of mutexes for windows and unix.
+/// abilities of mutexes for windows and unix.
68
class SVMutex {
69
70
/// Sets up a new mutex.
0 commit comments