summaryrefslogtreecommitdiffhomepage
path: root/docs/tex
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-10 22:38:24 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-12-10 22:38:24 +0100
commit076c8378e96a9fac9864c9d02bb63fa7dd423e4a (patch)
treef48cd96b3dd3026ab69bf78f9d7c599cd40cd0f8 /docs/tex
parent8ea5c74d86db0b24326362d53a935cfbba455260 (diff)
chore: using more header guards than pragma once.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'docs/tex')
-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)