libcore: Fix a typo.

This commit is contained in:
Erick Tryzelaar 2011-12-26 18:19:24 -08:00
parent 7fd62bb2b5
commit 38e796b943

View File

@ -65,7 +65,7 @@ Convert to a string
fn str(n: u64) -> str { ret to_str(n, 10u); }
/*
Function: parse_buf
Function: from_str
Parse a string as an unsigned integer.
*/