From d3efa637b448f1be84397deab0b1355bbc901e3b Mon Sep 17 00:00:00 2001 From: Lioncash Date: Thu, 10 Sep 2015 11:07:33 -0400 Subject: General: Fix up doxygen comments --- src/core/hle/service/fs/archive.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/hle/service/fs') diff --git a/src/core/hle/service/fs/archive.h b/src/core/hle/service/fs/archive.h index f61125953..6f7048710 100644 --- a/src/core/hle/service/fs/archive.h +++ b/src/core/hle/service/fs/archive.h @@ -87,7 +87,7 @@ ResultCode CloseArchive(ArchiveHandle handle); /** * Registers an Archive type, instances of which can later be opened using its IdCode. - * @param backend File system backend interface to the archive + * @param factory File system backend interface to the archive * @param id_code Id code used to access this type of archive */ ResultCode RegisterArchiveType(std::unique_ptr&& factory, ArchiveIdCode id_code); -- cgit v1.2.3