Explorar o código

Merge pull request #4702 from lioncash/doc-warn

memory: Resolve a -Wdocumentation warning
Rodrigo Locatti %!s(int64=5) %!d(string=hai) anos
pai
achega
8b0f334e0c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/core/memory.cpp

+ 1 - 1
src/core/memory.cpp

@@ -567,7 +567,7 @@ struct Memory::Impl {
      * @param page_table The page table to use to perform the mapping.
      * @param base       The base address to begin mapping at.
      * @param size       The total size of the range in bytes.
-     * @param memory     The memory to map.
+     * @param target     The target address to begin mapping from.
      * @param type       The page type to map the memory as.
      */
     void MapPages(Common::PageTable& page_table, VAddr base, u64 size, PAddr target,