summaryrefslogtreecommitdiff
path: root/src/unix/uclibc
diff options
context:
space:
mode:
authorSebastian Humenda <shumenda@gmx.de>2017-08-17 09:20:03 +0200
committerSebastian Humenda <shumenda@gmx.de>2017-08-17 09:20:03 +0200
commit3a1c83cf3ce2f1ec047c6d17fb8ad25fea890338 (patch)
tree2bab0d21c17a93c761e3f871572e79bcc028710a /src/unix/uclibc
parent9b4edb0b83eed7d7a11d2d17a4ba29398d250bee (diff)
downloadrust-libc-3a1c83cf3ce2f1ec047c6d17fb8ad25fea890338.tar.gz
Remove superflouos doc comments
Diffstat (limited to 'src/unix/uclibc')
-rw-r--r--src/unix/uclibc/x86_64/l4re.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/unix/uclibc/x86_64/l4re.rs b/src/unix/uclibc/x86_64/l4re.rs
index 06a9f09b14..9c517b2b63 100644
--- a/src/unix/uclibc/x86_64/l4re.rs
+++ b/src/unix/uclibc/x86_64/l4re.rs
@@ -1,7 +1,7 @@
/// L4Re specifics
/// This module contains definitions required by various L4Re libc backends.
-/// These are formally not part of the libc, but are a dependency of the libc
-/// and hence we should provide them here.
+/// Some of them are formally not part of the libc, but are a dependency of the libc and hence we
+/// should provide them here.
pub type l4_umword_t = ::c_ulong; // Unsigned machine word.