package/elftosb: fix typos in patch descriptions
Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> (cherry picked from commit a4c81a7a07a5fae6ab99188aee8539a8b9a5a0e3) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
a94e78188a
commit
d7a0fcf4ac
@ -1,4 +1,4 @@
|
||||
This patch uses system include files instead of a hard coded system path to fixe
|
||||
This patch uses system include files instead of a hard coded system path to fix
|
||||
potential compilation failure on systems that do not populate system header
|
||||
files in /usr/include/..
|
||||
|
||||
|
@ -19,7 +19,7 @@ Thus, elftosb should either:
|
||||
- use gcc and link against libc and libm;
|
||||
- or use g++ and link against libstdc++.
|
||||
|
||||
Because elftosb is written in C++, this patch implement the sencond option, using
|
||||
Because elftosb is written in C++, this patch implement the second option, using
|
||||
g++ and linking against libstdc++.
|
||||
|
||||
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
|
||||
|
Loading…
Reference in New Issue
Block a user