From ae6defb0e619510eec422609879eb07828e0f5e5 Mon Sep 17 00:00:00 2001 From: Pablo Curiel Date: Sun, 25 Oct 2020 11:43:22 -0400 Subject: [PATCH] Another typo. --- source/gamecard.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/gamecard.h b/source/gamecard.h index e731a75..45e1d2f 100644 --- a/source/gamecard.h +++ b/source/gamecard.h @@ -187,7 +187,7 @@ bool gamecardInitialize(void); /// This includes destroying the background gamecard detection thread and freeing all cached gamecard data. void gamecardExit(void); -/// Returns an usermode gamecard status change event that can be used to wait for status changes on other threads. +/// Returns a usermode gamecard status change event that can be used to wait for status changes on other threads. /// If the gamecard interface hasn't been initialized, this returns NULL. UEvent *gamecardGetStatusChangeUserEvent(void);