Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 538f1bbf authored by Mark Salyzyn's avatar Mark Salyzyn
Browse files

fs_mgr: liblp: spelling mistake

Test: compile
Change-Id: Iebd857c430185019b462381222731835c0ce2408
parent 1f8147fb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -314,7 +314,7 @@ std::unique_ptr<LpMetadata> ReadMetadata(int fd, uint32_t slot_number) {
        return nullptr;
    }

    // Read the priamry copy, and if that fails, try the backup.
    // Read the primary copy, and if that fails, try the backup.
    std::unique_ptr<LpMetadata> metadata = ReadPrimaryMetadata(fd, geometry, slot_number);
    if (metadata) {
        return metadata;