diff options
| author | Tony Wasserka <neobrainx@gmail.com> | 2014-12-29 12:14:59 +0100 |
|---|---|---|
| committer | Tony Wasserka <neobrainx@gmail.com> | 2014-12-29 12:14:59 +0100 |
| commit | 13699f05e794d82efaf6ca16f4e4c6d8e661b5f1 (patch) | |
| tree | 78a29f7772d8bb22588dd557f6d5867ca26e30e2 /src/core/file_sys/archive_systemsavedata.h | |
| parent | 472ec0d0cf540008ac0965249dbde9679443d7d0 (diff) | |
| parent | bbe0bf133252c75ce2485aebc6eb5a7c497fe5ad (diff) | |
Merge pull request #303 from linkmauve/fs-cleanup
FileSys cleanup
Diffstat (limited to 'src/core/file_sys/archive_systemsavedata.h')
| -rw-r--r-- | src/core/file_sys/archive_systemsavedata.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/file_sys/archive_systemsavedata.h b/src/core/file_sys/archive_systemsavedata.h index 443e27091..55d85193c 100644 --- a/src/core/file_sys/archive_systemsavedata.h +++ b/src/core/file_sys/archive_systemsavedata.h @@ -15,7 +15,7 @@ namespace FileSys { /// File system interface to the SystemSaveData archive -/// TODO(Subv): This archive should point to a location in the NAND, +/// TODO(Subv): This archive should point to a location in the NAND, /// specifically nand:/data/<ID0>/sysdata/<SaveID-Low>/<SaveID-High> class Archive_SystemSaveData final : public DiskArchive { public: |
