about summary refs log tree commit diff
path: root/src/libstd/os/raw/ulong.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstd/os/raw/ulong.md')
-rw-r--r--src/libstd/os/raw/ulong.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libstd/os/raw/ulong.md b/src/libstd/os/raw/ulong.md
index 3cdbc6f59bf..919de171a39 100644
--- a/src/libstd/os/raw/ulong.md
+++ b/src/libstd/os/raw/ulong.md
@@ -1,8 +1,7 @@
 Equivalent to C's `unsigned long` type.
 
-This type will usually be [`u64`], but is sometimes [`u32`] \(i.e. [`usize`]\) on 32-bit systems. Technically, the standard only requires that it be the same size as a [`long`], which isn't very clear-cut.
+This type will usually be [`u64`], but is sometimes [`u32`]. Technically, the standard only requires that it be the same size as a [`long`], which isn't very clear-cut.
 
 [`long`]: type.c_long.html
 [`u32`]: ../../primitive.u32.html
 [`u64`]: ../../primitive.u64.html
-[`usize`]: ../../primitive.usize.html