Skip to content

Commit 2ec88dc

Browse files
daniel-ac-martinlsf37
authored andcommitted
Fix typo in untyped.md, 'intro' -> 'into'
Signed-off-by: Daniel A.C. Martin <daniel-ac-martin@users.noreply.github.com>
1 parent aaec4f1 commit 2ec88dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/untyped/untyped.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ them, or into further, usually smaller, untyped capabilities.
5656
Untyped capabilities have a boolean property *device* which indicates whether
5757
the memory is writable by the kernel or not: it may not be backed by RAM but
5858
some other device, or it may be in an area of RAM not addressable by the kernel.
59-
Device untyped capabilities can only be retyped intro frame objects (physical
59+
Device untyped capabilities can only be retyped into frame objects (physical
6060
memory frames, which can be mapped into virtual memory), and cannot be written
6161
to by the kernel.
6262

0 commit comments

Comments
 (0)