summaryrefslogtreecommitdiffstats
path: root/src/vpp/conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/vpp/conf')
-rw-r--r--src/vpp/conf/80-vpp.conf2
-rw-r--r--src/vpp/conf/startup.conf4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/vpp/conf/80-vpp.conf b/src/vpp/conf/80-vpp.conf
index 8fdf184cf83..539cbb704dc 100644
--- a/src/vpp/conf/80-vpp.conf
+++ b/src/vpp/conf/80-vpp.conf
@@ -7,7 +7,7 @@ vm.max_map_count=3096
# All groups allowed to access hugepages
vm.hugetlb_shm_group=0
-# Shared Memory Max must be greator or equal to the total size of hugepages.
+# Shared Memory Max must be greater or equal to the total size of hugepages.
# For 2MB pages, TotalHugepageSize = vm.nr_hugepages * 2 * 1024 * 1024
# If the existing kernel.shmmax setting (cat /sys/proc/kernel/shmmax)
# is greater than the calculated TotalHugepageSize then set this parameter
diff --git a/src/vpp/conf/startup.conf b/src/vpp/conf/startup.conf
index 979d41ab4c3..66b0c226303 100644
--- a/src/vpp/conf/startup.conf
+++ b/src/vpp/conf/startup.conf
@@ -70,7 +70,7 @@ cpu {
}
# dpdk {
- ## Change default settings for all intefaces
+ ## Change default settings for all interfaces
# dev default {
## Number of receive queues, enables RSS
## Default is 1
@@ -114,7 +114,7 @@ cpu {
## uio_pci_generic or auto (default)
# uio-driver vfio-pci
- ## Disable mutli-segment buffers, improves performance but
+ ## Disable multi-segment buffers, improves performance but
## disables Jumbo MTU support
# no-multi-seg