aboutsummaryrefslogtreecommitdiff
path: root/mutex.h
diff options
context:
space:
mode:
Diffstat (limited to 'mutex.h')
-rw-r--r--mutex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mutex.h b/mutex.h
index 7eb89cf..4bb23df 100644
--- a/mutex.h
+++ b/mutex.h
@@ -1,6 +1,6 @@
// Selection of mutexes (semaphores, futexes (may get rid of), or some miserable spinlocks (for use if all else fails))
//
-// Written by: Test_User <hax@andrewyu.org>
+// Written by: Test_User <hax@runxiyu.org>
//
// This is free and unencumbered software released into the public
// domain.