diff options
author | Tuncer Ayaz <[email protected]> | 2014-08-24 19:05:02 +0200 |
---|---|---|
committer | Tuncer Ayaz <[email protected]> | 2014-08-25 13:18:52 +0200 |
commit | 63d7fbe5cdf2b714500467b771a237e9ec11aaa8 (patch) | |
tree | 6ae3a835427e36c7773f4d34841fe5df53d3672a /erts/emulator/drivers/common/inet_drv.c | |
parent | cffe162d9ddce58b2aaf71a102f3b6c6738a2029 (diff) | |
download | otp-63d7fbe5cdf2b714500467b771a237e9ec11aaa8.tar.gz otp-63d7fbe5cdf2b714500467b771a237e9ec11aaa8.tar.bz2 otp-63d7fbe5cdf2b714500467b771a237e9ec11aaa8.zip |
Fix misspellings of 'another'
Diffstat (limited to 'erts/emulator/drivers/common/inet_drv.c')
-rw-r--r-- | erts/emulator/drivers/common/inet_drv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/drivers/common/inet_drv.c b/erts/emulator/drivers/common/inet_drv.c index 09d90f4984..891589d1c5 100644 --- a/erts/emulator/drivers/common/inet_drv.c +++ b/erts/emulator/drivers/common/inet_drv.c @@ -5778,7 +5778,7 @@ done: ia_p->Ipv6IfIndex && ia_p->Ipv6IfIndex != index) { - /* Oops, there was an other interface for IPv6. Possible? XXX */ + /* Oops, there was another interface for IPv6. Possible? XXX */ index = ia_p->Ipv6IfIndex; goto index; } |