diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2018-09-05 16:15:05 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2018-09-05 16:15:05 +0000 |
commit | 54ecb7f1b3bd3aa3adaedab80344be5214f97c8c (patch) | |
tree | 3288dab38430976e0485643b74f2975e4d702a61 | |
parent | 60ba9943ed59c7d7bb5eeb5ab3c6f58a4f2bddc3 (diff) | |
parent | 538f1bbf745d293207f15bd4220e42d996b26669 (diff) |
Merge "fs_mgr: liblp: spelling mistake"
-rw-r--r-- | fs_mgr/liblp/reader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs_mgr/liblp/reader.cpp b/fs_mgr/liblp/reader.cpp index 117f5d5e6..190c65098 100644 --- a/fs_mgr/liblp/reader.cpp +++ b/fs_mgr/liblp/reader.cpp @@ -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; |