commit | ba79b0a7fb93d56bc18cd0c1b6c9169b5973a951 | [log] [tgz] |
---|---|---|
author | Andrew Scull <ascull@google.com> | Wed Jul 03 11:26:53 2019 +0100 |
committer | Andrew Scull <ascull@google.com> | Wed Jul 03 11:27:18 2019 +0100 |
tree | 77675a6049c0e20440211f5bf14f09db84ef7a21 | |
parent | 7e8de3234791683e4cedb5e3b6239e8bab37b0ab [diff] [blame] |
Fix comment typos. Change-Id: I8d101c18f80c51f7021929ae103f8691427753a4
diff --git a/inc/hf/mm.h b/inc/hf/mm.h index aebe77d..f7c4d9d 100644 --- a/inc/hf/mm.h +++ b/inc/hf/mm.h
@@ -86,7 +86,7 @@ paddr_t root; }; -/** Represents the curretly locked stage-1 page table of the hypervisor. */ +/** Represents the currently locked stage-1 page table of the hypervisor. */ struct mm_stage1_locked { struct mm_ptable *ptable; };