Skip to content

Commit

Permalink
ams_mitm: fix erroneous comment due to copy-paste.
Browse files Browse the repository at this point in the history
  • Loading branch information
SciresM committed Mar 26, 2019
1 parent f9c9c10 commit 325c71b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Result NsWebMitmService::GetDocumentInterface(Out<std::shared_ptr<NsDocumentServ
}
};

/* Mount the SD card using fs.mitm's session. */
/* Open a document interface. */
NsDocumentInterface doc;
rc = nsGetDocumentInterfaceFwd(this->forward_service.get(), &doc);
if (R_SUCCEEDED(rc)) {
Expand Down

0 comments on commit 325c71b

Please sign in to comment.