Address nits by @catamorphism

This commit is contained in:
Niko Matsakis
2013-06-21 05:56:35 -04:00
parent af453a33cc
commit 59083d2c6a
3 changed files with 5 additions and 9 deletions

View File

@@ -143,7 +143,7 @@ pub unsafe fn set_memory<T>(dst: *mut T, c: u8, count: uint) {
}
/**
* Zeroes out `count` bytes of memory at `dst`
* Zeroes out `count * size_of::<T>` bytes of memory at `dst`
*/
#[inline]
#[cfg(not(stage0))]