aboutsummaryrefslogtreecommitdiff
path: root/nuttx/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-09-12 00:12:18 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-09-12 00:12:18 +0000
commit675f37494ad7f096e0b4c42189fe224c54e4fdb1 (patch)
treef8d171198bb20d4dbec10a7a8d033163423f304c /nuttx/include
parent7bb74973bd7a1839c12ddf2b1d9221007f31ebc6 (diff)
downloadpx4-firmware-675f37494ad7f096e0b4c42189fe224c54e4fdb1.tar.gz
px4-firmware-675f37494ad7f096e0b4c42189fe224c54e4fdb1.tar.bz2
px4-firmware-675f37494ad7f096e0b4c42189fe224c54e4fdb1.zip
Misc ENC28J60 fixes
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5132 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/include')
-rw-r--r--nuttx/include/nuttx/gran.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/include/nuttx/gran.h b/nuttx/include/nuttx/gran.h
index 1176735cf..8e009ab81 100644
--- a/nuttx/include/nuttx/gran.h
+++ b/nuttx/include/nuttx/gran.h
@@ -90,7 +90,7 @@ extern "C" {
* losses of memory due to alignment and quantization waste.
*
* NOTE: The current implementation also restricts the maximum allocation
- * size to 32 granaules. That restriction could be eliminated with some
+ * size to 32 granules. That restriction could be eliminated with some
* additional coding effort.
*
* Input Parameters:
@@ -120,7 +120,7 @@ EXTERN GRAN_HANDLE gran_initialize(FAR void *heapstart, size_t heapsize,
* Allocate memory from the granule heap.
*
* NOTE: The current implementation also restricts the maximum allocation
- * size to 32 granaules. That restriction could be eliminated with some
+ * size to 32 granules. That restriction could be eliminated with some
* additional coding effort.
*
* Input Parameters: