aboutsummaryrefslogtreecommitdiff
path: root/pw_blob_store/flat_file_system_entry.cc
diff options
context:
space:
mode:
Diffstat (limited to 'pw_blob_store/flat_file_system_entry.cc')
-rw-r--r--pw_blob_store/flat_file_system_entry.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw_blob_store/flat_file_system_entry.cc b/pw_blob_store/flat_file_system_entry.cc
index c1bc594db..d5f00b163 100644
--- a/pw_blob_store/flat_file_system_entry.cc
+++ b/pw_blob_store/flat_file_system_entry.cc
@@ -80,7 +80,7 @@ size_t FlatFileSystemBlobStoreEntry::SizeBytes() {
return reader.ConservativeReadLimit();
}
-// TODO(b/234888404): This file can be deleted even though it is read-only.
+// TODO: b/234888404 - This file can be deleted even though it is read-only.
// This type of behavior should be possible to express via the FileSystem RPC
// service.
Status FlatFileSystemBlobStoreEntry::Delete() {