mem: Fix typo in port comments
authorAndreas Hansson <andreas.hansson@arm.com>
Wed, 31 Oct 2012 13:28:23 +0000 (09:28 -0400)
committerAndreas Hansson <andreas.hansson@arm.com>
Wed, 31 Oct 2012 13:28:23 +0000 (09:28 -0400)
This patch merely fixes a few typos in the port comments.

src/mem/port.hh

index 53b82f66d6bc8390afd6b00b928ba507072b4117..a4e823796e5d5fd6b5aa0d532216a2757aa4f040 100644 (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() { }