Skip to content
Snippets Groups Projects
Commit 77f5c34a authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Fix some common typos

parent 2478d27d
No related branches found
No related tags found
No related merge requests found
......@@ -5333,7 +5333,7 @@
* arch/arm/src/sama5/sam_memories.c and .h: Centralize logic for
conversions between physical and virtual addresses (2013-8-9).
* arch/arm/src/sama5/sam_hsmci.c and sam34/sam_hsmci.c: Correct a
race condition in the SAMA5 HSCMI driver: The tranfer done
race condition in the SAMA5 HSCMI driver: The transfer done
interrupt was firing before the wait was started. Fix this and
also backported the changes to SAM3/4 (untested). Now HSCMI is
functional on the SAMA5 with DMA! (2013-8-10).
......@@ -10383,7 +10383,7 @@
corrected implementation of pthread_kill() will direct the signal
specifically to the specific pthread and no other (2015-05-13).
* arch/arm/include/samdl, arch/arm/src/samdl, configs/samd20-xplained:
Rename the samd/ directories and configuratino varialbes to samdl to
Rename the samd/ directories and configuration varialbes to samdl to
all the same directory structure to support the SAML21 (2015-05-14).
* arch/arm/include/samdl and arch/arm/src/samdl: And chip definitions,
configuration framework, and placeholder memory map and pin
......
arch @ 97e57f60
Subproject commit b1ae87d1e95d2c3593d87e2e6d292979bfdd68aa
Subproject commit 97e57f60e929eb6e7be76edcfad4f67e8714ef25
configs @ 24588fc1
Subproject commit d22ff0b3ff36cd5e324538b74b8064edaa3b63d8
Subproject commit 24588fc10ae08f68c7dead477a7ad625b028679e
......@@ -1128,8 +1128,8 @@ static int e1000_probe(uint16_t addr, pci_id_t id)
* access performance. The page size alloc will restrict
* this bad effect only within the memory we alloc here.
*
* NEED FIX: the memalign may alloc memory continous in
* virtual address but dis-continous in physical address
* NEED FIX: the memalign may alloc memory continuous in
* virtual address but dis-continuous in physical address
* due to RGMP memory setup.
*/
......
......@@ -2281,7 +2281,7 @@ static int usbmsc_cmdwritestate(FAR struct usbmsc_dev_s *priv)
xfrd = req->xfrd;
priv->nreqbytes = xfrd;
/* Now loop until all of the data in the read request has been tranferred
/* Now loop until all of the data in the read request has been transferred
* to the block driver OR all of the request data has been transferred.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment