summaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/tex/binary_mutex.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tex/binary_mutex.tex b/docs/tex/binary_mutex.tex
index b326f4b4..548f440f 100644
--- a/docs/tex/binary_mutex.tex
+++ b/docs/tex/binary_mutex.tex
@@ -51,7 +51,7 @@ class BinaryMutex final {
public:
bool Lock(UserProcess* process);
- bool LockAndWait(UserProcess* process, TimerInterface* timer);
+ bool LockAndWait(UserProcess* process, ITimer* timer);
public:
NE_COPY_DEFAULT(BinaryMutex)