First round of translating the code comments and error messages to English. Most of the heavy lifting was done by Google translate

This commit is contained in:
Tony Kuker
2020-07-05 11:47:17 -05:00
parent 81617cffde
commit 538c0547bb
9 changed files with 1213 additions and 1198 deletions

View File

@@ -8,7 +8,7 @@
//
// Imported NetBSD support and some optimisation patch by Rin Okuyama.
//
// [ TAPドライバ ]
// [ TAP Driver ]
//
//---------------------------------------------------------------------------
@@ -206,4 +206,4 @@ int FASTCALL CTapDriver::Tx(BYTE *buf, int len)
// 送信開始
return write(m_hTAP, buf, len);
}
}