Correct "compiler have to support" to "compiler has to support".
Signed-off-by: Stephen Hemminger <[email protected]> --- doc/guides/prog_guide/lto.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/prog_guide/lto.rst b/doc/guides/prog_guide/lto.rst index 5791e35494..e6628b11a8 100644 --- a/doc/guides/prog_guide/lto.rst +++ b/doc/guides/prog_guide/lto.rst @@ -8,7 +8,7 @@ The DPDK supports compilation with link time optimization turned on. This depends obviously on the ability of the compiler to do "whole program" optimization at link time and is available only for compilers that support that feature. -To be more specific, compiler (in addition to performing LTO) have to +To be more specific, compiler (in addition to performing LTO) has to support creation of ELF objects containing both normal code and internal representation (called fat-lto-objects in gcc). This is required since during build some code is generated by parsing -- 2.51.0

