diff --git a/libraries/base/common/src/vhdl/common_paged_ram_r_w.vhd b/libraries/base/common/src/vhdl/common_paged_ram_r_w.vhd index 254a426c535fa4f92dbcb191a1fb9a21c1e7ecb5..b2f05fc2700a05592eb6960dfaf96a641b20ce4c 100644 --- a/libraries/base/common/src/vhdl/common_paged_ram_r_w.vhd +++ b/libraries/base/common/src/vhdl/common_paged_ram_r_w.vhd @@ -21,9 +21,9 @@ -- Purpose: Multi page memory -- Description: --- When next_page_* pulses then the next access will occur in the next page. +-- When *_next_page pulses then the next access will occur in the next page. -- Remarks: --- . See common_paged_ram_crw_crw for details. +-- . See common_paged_ram_rw_rw for details. library IEEE, technology_lib; use IEEE.std_logic_1164.all;