From 993071f67ecacaedcff4e35140edce3f8d18afa6 Mon Sep 17 00:00:00 2001 From: yellows8 Date: Sun, 28 Jan 2018 21:23:22 -0500 Subject: [PATCH] Fixed filename in romfs_dev.h comment. --- nx/include/switch/runtime/devices/romfs_dev.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/include/switch/runtime/devices/romfs_dev.h b/nx/include/switch/runtime/devices/romfs_dev.h index de3ab9db..82a42af8 100644 --- a/nx/include/switch/runtime/devices/romfs_dev.h +++ b/nx/include/switch/runtime/devices/romfs_dev.h @@ -1,5 +1,5 @@ /** - * @file romfs.h + * @file romfs_dev.h * @brief RomFS driver. */ #pragma once