Skip to content

Commit f5c4224

Browse files
Fixed typo in src/addr.rs (#170)
1 parent 8813196 commit f5c4224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/addr.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! Physical and virtal addresses manipulation
1+
//! Physical and virtual addresses manipulation
22
33
use core::fmt;
44
use core::ops::{Add, AddAssign, Sub, SubAssign};

0 commit comments

Comments
 (0)