aboutsummaryrefslogtreecommitdiff
path: root/pw_persistent_ram/public/pw_persistent_ram/persistent.h
diff options
context:
space:
mode:
Diffstat (limited to 'pw_persistent_ram/public/pw_persistent_ram/persistent.h')
-rw-r--r--pw_persistent_ram/public/pw_persistent_ram/persistent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw_persistent_ram/public/pw_persistent_ram/persistent.h b/pw_persistent_ram/public/pw_persistent_ram/persistent.h
index eb8e5a76e..553f6923f 100644
--- a/pw_persistent_ram/public/pw_persistent_ram/persistent.h
+++ b/pw_persistent_ram/public/pw_persistent_ram/persistent.h
@@ -48,7 +48,7 @@ PW_MODIFY_DIAGNOSTIC_GCC(ignored, "-Wmaybe-uninitialized");
// WARNING: Unlike a DoubleBufferedPersistent, a Persistent will be lost if a
// write/set operation is interrupted or otherwise not completed.
//
-// TODO(b/235277454): Consider a different integrity check implementation which
+// TODO: b/235277454 - Consider a different integrity check implementation which
// does not use a 512B lookup table.
template <typename T>
class Persistent {