From c8a3207c424a456e265864ad6b023510c54e5345 Mon Sep 17 00:00:00 2001 From: mtheall Date: Thu, 30 Oct 2014 13:52:30 -0500 Subject: [PATCH] fix typo --- libctru/source/sdmc_dev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libctru/source/sdmc_dev.c b/libctru/source/sdmc_dev.c index e6d5376..c823fe6 100644 --- a/libctru/source/sdmc_dev.c +++ b/libctru/source/sdmc_dev.c @@ -436,7 +436,7 @@ sdmc_stat(struct _reent *r, /*! Hard link a file * * @param[in,out] r newlib reentrancy struct - * @param[in] existing Path of ile to link + * @param[in] existing Path of file to link * @param[in] newLink Path of new link * * @returns 0 for success