iproute2: fix minor typo in comments

Signed-off-by: Gilles Espinasse <g.esp@free.fr>
This commit is contained in:
Gilles Espinasse 2011-07-10 05:45:37 +00:00 committed by Stephen Hemminger
parent 8acd148fab
commit 4f69c63a4b
3 changed files with 3 additions and 3 deletions

2
README
View File

@ -21,7 +21,7 @@ database routines. Often this is in the db-devel package.
2. make 2. make
The makefile will automatically build a file Config which The makefile will automatically build a Config file which
contains whether or not ATM is available, etc. contains whether or not ATM is available, etc.
3. To make documentation, cd to doc/ directory , then 3. To make documentation, cd to doc/ directory , then

View File

@ -1,7 +1,7 @@
Iproute2 development is closely tied to Linux kernel networking Iproute2 development is closely tied to Linux kernel networking
development. Most new features require a kernel and a utility component. development. Most new features require a kernel and a utility component.
Please submit both the the Linux networking mailing list Please submit both to the Linux networking mailing list
<netdev@vger.kernel.org> <netdev@vger.kernel.org>
The current source is in the git repository: The current source is in the git repository:

2
configure vendored
View File

@ -65,7 +65,7 @@ then
return return
fi fi
#check if we need dont our internal header .. #check if we dont need our internal header ..
cat >/tmp/ipttest.c <<EOF cat >/tmp/ipttest.c <<EOF
#include <xtables.h> #include <xtables.h>
char *lib_dir; char *lib_dir;