X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/7f9f97c792dee6875fbca9806422bdd7d6c5a657..03ee87b35abdb8b92e8b55ec040fa943f9a6786c:/Demos/Host/LowLevel/VirtualSerialHost/ConfigDescriptor.c diff --git a/Demos/Host/LowLevel/VirtualSerialHost/ConfigDescriptor.c b/Demos/Host/LowLevel/VirtualSerialHost/ConfigDescriptor.c index 3d67269d0..c42cc0f76 100644 --- a/Demos/Host/LowLevel/VirtualSerialHost/ConfigDescriptor.c +++ b/Demos/Host/LowLevel/VirtualSerialHost/ConfigDescriptor.c @@ -158,7 +158,7 @@ uint8_t ProcessConfigurationDescriptor(void) } else { - /* Only configure the OUT data pipe if the data endpoints haev not shown to be bidirectional */ + /* Only configure the OUT data pipe if the data endpoints have not shown to be bidirectional */ if (!(Pipe_IsEndpointBound(EndpointData->EndpointAddress))) { /* Configure the data OUT pipe */