From 8196e383c34ec13631755e6f448321abda09ce03 Mon Sep 17 00:00:00 2001 From: LIT Date: Wed, 13 Sep 2017 17:40:54 +0800 Subject: [PATCH] Typo. --- libctru/include/3ds/services/ir.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libctru/include/3ds/services/ir.h b/libctru/include/3ds/services/ir.h index ee7250d..9521316 100644 --- a/libctru/include/3ds/services/ir.h +++ b/libctru/include/3ds/services/ir.h @@ -87,7 +87,7 @@ Result IRU_GetBitRate(u8 *out); Result IRU_SetIRLEDState(u32 value); /** - * @brief Gets the IR KED state. + * @brief Gets the IR LED state. * @param out Pointer to write the IR LED state to. */ Result IRU_GetIRLEDRecvState(u32 *out);