Fix typo: accomodate -> accommodate

Change-Id: I64d45055baf3f2b742585984f05f94f1af0ed9c9
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
Peter Mitsis 2015-07-23 13:30:30 -04:00 committed by Anas Nashif
parent 0a66ab3f2c
commit 83b83b5317
2 changed files with 3 additions and 3 deletions

View file

@ -585,7 +585,7 @@ _GdtRom:
* address.
*
* The 'A' (accessed) bit in the type field is _not_ set for all the
* data/code segment descriptors to accomodate placing these entries
* data/code segment descriptors to accommodate placing these entries
* in ROM, since such use is not planned for this platform.
*/

View file

@ -264,7 +264,7 @@ int packetbuf_copyfrom(struct net_mbuf *buf, const void *from, uint16_t len);
* external data is copied.
*
* The external buffer to which the packetbuf is to be
* copied must be able to accomodate at least
* copied must be able to accommodate at least
* (PACKETBUF_SIZE + PACKETBUF_HDR_SIZE) bytes. The number of
* bytes that was copied to the external buffer is
* returned.
@ -281,7 +281,7 @@ int packetbuf_copyto(struct net_mbuf *buf, void *to);
* to an external buffer.
*
* The external buffer to which the packetbuf is to be
* copied must be able to accomodate at least
* copied must be able to accommodate at least
* PACKETBUF_HDR_SIZE bytes. The number of bytes that was
* copied to the external buffer is returned.
*