summaryrefslogtreecommitdiff
path: root/src/fixed_width_ints.rs
diff options
context:
space:
mode:
authorest31 <MTest31@outlook.com>2022-03-24 11:47:21 +0100
committerest31 <MTest31@outlook.com>2022-03-24 11:47:21 +0100
commit6a52bb8cdf7f9aba4d6a0e3c2614d9073be1aef9 (patch)
tree51c2adea4825b6dd9f5a773a265676cfb01ddd09 /src/fixed_width_ints.rs
parentf00ea005769ba76610002b3652a5c6272ddc3633 (diff)
downloadrust-libc-6a52bb8cdf7f9aba4d6a0e3c2614d9073be1aef9.tar.gz
Typo fix
Diffstat (limited to 'src/fixed_width_ints.rs')
-rw-r--r--src/fixed_width_ints.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fixed_width_ints.rs b/src/fixed_width_ints.rs
index 44cf8b592e..82ca65fccd 100644
--- a/src/fixed_width_ints.rs
+++ b/src/fixed_width_ints.rs
@@ -44,7 +44,7 @@ cfg_if! {
// until the upstream rust issue is resolved, but this at least lets us make
// progress on platforms where this type is important.
//
- // The supported architectures and OSes is intentionally very restricted,
+ // The list of supported architectures and OSes is intentionally very restricted,
// as careful work needs to be done to verify that a particular platform
// has a conformant ABI.
//