about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/os/raw/uint.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/os/raw/uint.md b/src/libstd/os/raw/uint.md
index 1e710f804c4..6f7013a8ac1 100644
--- a/src/libstd/os/raw/uint.md
+++ b/src/libstd/os/raw/uint.md
@@ -1,6 +1,6 @@
 Equivalent to C's `unsigned int` type.
 
-This type will almost always be [`u16`], but may differ on some esoteric systems. The C standard technically only requires that this type be an unsigned integer with the same size as an [`int`]; some systems define it as a [`u16`], for example.
+This type will almost always be [`u32`], but may differ on some esoteric systems. The C standard technically only requires that this type be an unsigned integer with the same size as an [`int`]; some systems define it as a [`u16`], for example.
 
 [`int`]: type.c_int.html
 [`u32`]: ../../primitive.u32.html