From e8ac23e2ee28213f878a6cf37d0a349e3c8a7a70 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Mon, 16 Oct 2023 08:24:07 -0700 Subject: [PATCH] ncm: fix two comments --- .../libstratosphere/source/ncm/ncm_content_manager_impl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/libstratosphere/source/ncm/ncm_content_manager_impl.cpp b/libraries/libstratosphere/source/ncm/ncm_content_manager_impl.cpp index 05c8d90a6..dded90f31 100644 --- a/libraries/libstratosphere/source/ncm/ncm_content_manager_impl.cpp +++ b/libraries/libstratosphere/source/ncm/ncm_content_manager_impl.cpp @@ -850,7 +850,7 @@ namespace ams::ncm { } ON_SCOPE_EXIT { this->InactivateContentMetaDatabase(StorageId::BuiltInSystem); }; - /* Open the content meta database and storage. */ + /* Open the content meta db. */ ContentMetaDatabase meta_db; R_ABORT_UNLESS(ncm::OpenContentMetaDatabase(std::addressof(meta_db), StorageId::BuiltInSystem)); @@ -978,7 +978,7 @@ namespace ams::ncm { /* Clean up the system content meta database, to ensure creation can succeed. */ this->CleanupContentMetaDatabase(StorageId::BuiltInSystem); - /* Create the content metadatabase. */ + /* Create the content meta database. */ R_TRY(this->CreateContentMetaDatabase(StorageId::BuiltInSystem)); /* Rebuild the content meta database. */