Fix minor comment typos

This commit is contained in:
&t
2020-03-04 04:53:53 +00:00
parent 5a591127a1
commit 67cc4f11cf
2 changed files with 2 additions and 2 deletions

View File

@ -249,7 +249,7 @@ pub mod c {
unsafe { Box::from_raw(layout) };
}
/// Entry points for more complex procedures and algoithms which span multiple modules
/// Entry points for more complex procedures and algorithms which span multiple modules
pub mod procedures {
use super::*;