mem: Fix typo in port comments

This patch merely fixes a few typos in the port comments.
This commit is contained in:
Andreas Hansson
2012-10-31 09:28:23 -04:00
parent 4e984e0962
commit 3d98119717

View File

@@ -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() { }