summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.
//