aboutsummaryrefslogtreecommitdiff
path: root/cortex-m-rt/build.rs
diff options
context:
space:
mode:
authorGravatar Alex Martens <alex@thinglab.org> 2023-07-12 15:46:55 +0000
committerGravatar GitHub <noreply@github.com> 2023-07-12 15:46:55 +0000
commit4651808e1de360e01b3e734c655aeb5310881b7c (patch)
tree123272b76acf3709fdeb6be7c18f75b295c33cba /cortex-m-rt/build.rs
parent42abd6be387e319919820c76191ff0170012cb4c (diff)
parentb20c0800e0e89f3247ad710797975e5d13d53554 (diff)
downloadcortex-m-4651808e1de360e01b3e734c655aeb5310881b7c.tar.gz
cortex-m-4651808e1de360e01b3e734c655aeb5310881b7c.tar.zst
cortex-m-4651808e1de360e01b3e734c655aeb5310881b7c.zip
Merge pull request #482 from hannobraun/patch-1
Fix word in comment
Diffstat (limited to 'cortex-m-rt/build.rs')
-rw-r--r--cortex-m-rt/build.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cortex-m-rt/build.rs b/cortex-m-rt/build.rs
index 2b65cdf..9334d16 100644
--- a/cortex-m-rt/build.rs
+++ b/cortex-m-rt/build.rs
@@ -56,7 +56,7 @@ INCLUDE device.x"#
240
} else {
// Non ARM target. We assume you're just testing the syntax.
- // This value seems as soon as any
+ // This value seems as good as any.
240
};