diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-04-17 16:13:32 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-04-17 16:13:32 +0200 |
commit | 10ad622dc2a9fb6563fab13719ead8baf15ff9e4 (patch) | |
tree | 82312d6f38a517dcc7c0004f78d76c667f5a674b /networking/ifenslave.c | |
parent | d85352b4ff51694cb35b429e4cef53302c9e7076 (diff) | |
download | busybox-w32-10ad622dc2a9fb6563fab13719ead8baf15ff9e4.tar.gz busybox-w32-10ad622dc2a9fb6563fab13719ead8baf15ff9e4.tar.bz2 busybox-w32-10ad622dc2a9fb6563fab13719ead8baf15ff9e4.zip |
Spelling fixes in comments, documentation, tests and examples
By klemens <ka7@github.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/ifenslave.c')
-rw-r--r-- | networking/ifenslave.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ifenslave.c b/networking/ifenslave.c index 1cb765e23..070931209 100644 --- a/networking/ifenslave.c +++ b/networking/ifenslave.c | |||
@@ -55,7 +55,7 @@ | |||
55 | * | 55 | * |
56 | * - 2003/03/18 - Tsippy Mendelson <tsippy.mendelson at intel dot com> and | 56 | * - 2003/03/18 - Tsippy Mendelson <tsippy.mendelson at intel dot com> and |
57 | * Shmulik Hen <shmulik.hen at intel dot com> | 57 | * Shmulik Hen <shmulik.hen at intel dot com> |
58 | * - Moved setting the slave's mac address and openning it, from | 58 | * - Moved setting the slave's mac address and opening it, from |
59 | * the application to the driver. This enables support of modes | 59 | * the application to the driver. This enables support of modes |
60 | * that need to use the unique mac address of each slave. | 60 | * that need to use the unique mac address of each slave. |
61 | * The driver also takes care of closing the slave and restoring its | 61 | * The driver also takes care of closing the slave and restoring its |