Incorrect letter case referencing EapHost service fixed

This commit is contained in:
2016-08-26 18:00:54 +02:00
parent 9704046868
commit 9daa5b52a4
13 changed files with 47 additions and 47 deletions

View File

@@ -176,7 +176,7 @@ namespace eap
/// @{
///
/// Starts an EAP authentication session on the peer EAPHost using the EAP method.
/// Starts an EAP authentication session on the peer EapHost using the EAP method.
///
/// \sa [EapPeerBeginSession function](https://msdn.microsoft.com/en-us/library/windows/desktop/aa363600.aspx)
///
@@ -187,7 +187,7 @@ namespace eap
_In_ DWORD dwMaxSendPacketSize);
///
/// Processes a packet received by EAPHost from a supplicant.
/// Processes a packet received by EapHost from a supplicant.
///
/// \sa [EapPeerProcessRequestPacket function](https://msdn.microsoft.com/en-us/library/windows/desktop/aa363621.aspx)
///