aboutsummaryrefslogtreecommitdiff
path: root/pw_preprocessor/public/pw_preprocessor/arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'pw_preprocessor/public/pw_preprocessor/arch.h')
-rw-r--r--pw_preprocessor/public/pw_preprocessor/arch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw_preprocessor/public/pw_preprocessor/arch.h b/pw_preprocessor/public/pw_preprocessor/arch.h
index 676a386c2..e4f264f93 100644
--- a/pw_preprocessor/public/pw_preprocessor/arch.h
+++ b/pw_preprocessor/public/pw_preprocessor/arch.h
@@ -13,7 +13,7 @@
// the License.
#pragma once
-// TODO(b/234887943): arch.h should be refactored out of pw_preprocessor as the
+// TODO: b/234887943 - arch.h should be refactored out of pw_preprocessor as the
// scope is outside of the module. The intended scope of arch.h is only to
// provide architecture targeting and not any added utilities and capabilities.
// Perhaps it should be placed under pw_compiler along with b/234877280, e.g.