X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_compat%2Frte_compat.h;h=41e8032ba1137373424e5460eebb24ed306e44a9;hb=e4131b792c6285e1d7e883d4535a391059b447c3;hp=1c3c8d52141509c6a9c5cdde64b0591072e536ff;hpb=eb8783320e52f9b0671aa82f2d05729584f8559b;p=dpdk.git diff --git a/lib/librte_compat/rte_compat.h b/lib/librte_compat/rte_compat.h index 1c3c8d5214..41e8032ba1 100644 --- a/lib/librte_compat/rte_compat.h +++ b/lib/librte_compat/rte_compat.h @@ -39,7 +39,7 @@ * When a symol is exported from a library to provide an API, it also provides a * calling convention (ABI) that is embodied in its name, return type, * arguments, etc. On occasion that function may need to change to accommodate - * new functionality, behavior, etc. When that occurs, it is desireable to + * new functionality, behavior, etc. When that occurs, it is desirable to * allow for backwards compatibility for a time with older binaries that are * dynamically linked to the dpdk. To support that, the __vsym and * VERSION_SYMBOL macros are created. They, in conjunction with the