From 50d16023eb82f395c96a45c8005ba16148a126ee Mon Sep 17 00:00:00 2001 From: fincs Date: Mon, 17 Dec 2018 16:18:28 +0100 Subject: [PATCH] Fix typo --- nx/include/switch/kernel/utimer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/include/switch/kernel/utimer.h b/nx/include/switch/kernel/utimer.h index f9d3e77a..cf38d8ef 100644 --- a/nx/include/switch/kernel/utimer.h +++ b/nx/include/switch/kernel/utimer.h @@ -1,5 +1,5 @@ /** - * @file uevent.h + * @file utimer.h * @brief User-mode timer synchronization primitive. * @author plutoo * @copyright libnx Authors