diff options
author | Andreas Hansson <andreas.hansson@arm.com> | 2012-10-31 09:28:23 -0400 |
---|---|---|
committer | Andreas Hansson <andreas.hansson@arm.com> | 2012-10-31 09:28:23 -0400 |
commit | 3d9811971783630ce09f39fbb0f10794cbf609f5 (patch) | |
tree | e1573110513cc0482dafc7684761de692ce0c6c2 /src/mem | |
parent | 4e984e0962f047500a31fc8f2fe7fe83ed232a6b (diff) | |
download | gem5-3d9811971783630ce09f39fbb0f10794cbf609f5.tar.xz |
mem: Fix typo in port comments
This patch merely fixes a few typos in the port comments.
Diffstat (limited to 'src/mem')
-rw-r--r-- | src/mem/port.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mem/port.hh b/src/mem/port.hh index 53b82f66d..a4e823796 100644 --- a/src/mem/port.hh +++ b/src/mem/port.hh @@ -327,9 +327,9 @@ class MasterPort : public BaseMasterPort /** * Called to receive an address range change from the peer slave - * port. the default implementation ignored the change and does + * port. The default implementation ignores the change and does * nothing. Override this function in a derived class if the owner - * needs to be aware of he laesddress ranges, e.g. in an + * needs to be aware of the address ranges, e.g. in an * interconnect component like a bus. */ virtual void recvRangeChange() { } |