diff options
author | Gilles Espinasse <g.esp@free.fr> | 2011-07-10 05:45:37 +0000 |
---|---|---|
committer | Stephen Hemminger <shemminger@vyatta.com> | 2011-07-11 10:11:09 -0700 |
commit | 4f69c63a4b85745898c54f5aee624774f28ca0a2 (patch) | |
tree | 9f22604b875523e7d037e8d19510153f0c8f7469 | |
parent | 8acd148fab1256132bd00353629868a561a8581c (diff) |
iproute2: fix minor typo in comments
Signed-off-by: Gilles Espinasse <g.esp@free.fr>
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | README.devel | 2 | ||||
-rwxr-xr-x | configure | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -21,7 +21,7 @@ database routines. Often this is in the db-devel package. 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. 3. To make documentation, cd to doc/ directory , then diff --git a/README.devel b/README.devel index 2022869a..9b7d11e3 100644 --- a/README.devel +++ b/README.devel @@ -1,7 +1,7 @@ Iproute2 development is closely tied to Linux kernel networking 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> The current source is in the git repository: @@ -65,7 +65,7 @@ then return fi -#check if we need dont our internal header .. +#check if we dont need our internal header .. cat >/tmp/ipttest.c <<EOF #include <xtables.h> char *lib_dir; |