]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/linuxapp/eal/eal_memory.c
spelling fixes
[dpdk.git] / lib / librte_eal / linuxapp / eal / eal_memory.c
index 69ad63e6e99ff7d2e476eee2a53a97eb8f79eae2..5a10a8060688818e713bf724052db6e7bb86d72c 100644 (file)
@@ -221,7 +221,7 @@ aslr_enabled(void)
 }
 
 /*
- * Try to mmap *size bytes in /dev/zero. If it is succesful, return the
+ * Try to mmap *size bytes in /dev/zero. If it is successful, return the
  * pointer to the mmap'd area and keep *size unmodified. Else, retry
  * with a smaller zone: decrease *size by hugepage_sz until it reaches
  * 0. In this case, return NULL. Note: this function returns an address