Fixed a few typos in libcore
This commit is contained in:
parent
0b7b4f075a
commit
1128a7f08f
2 changed files with 3 additions and 3 deletions
|
@ -88,7 +88,7 @@ pub fn align_of_val<T>(_val: &T) -> uint {
|
|||
|
||||
/// Create a value initialized to zero.
|
||||
///
|
||||
/// This function is similar to allocating space for a a local variable and
|
||||
/// This function is similar to allocating space for a local variable and
|
||||
/// zeroing it out (an unsafe operation).
|
||||
///
|
||||
/// Care must be taken when using this function, if the type `T` has a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue