Changeset c477c80 in mainline for kernel/arch/arm32/src/mm/tlb.c


Ignore:
Timestamp:
2019-01-03T22:23:00Z (5 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
06412ba
Parents:
7acd787
Message:

Fix some common misspellings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/arm32/src/mm/tlb.c

    r7acd787 rc477c80  
    7676/** Invalidate single entry in TLB
    7777 *
    78  * @param page Virtual adress of the page
     78 * @param page Virtual address of the page
    7979 */
    8080static inline void invalidate_page(uintptr_t page)
Note: See TracChangeset for help on using the changeset viewer.