summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nuttx/examples/usbserial/host.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/examples/usbserial/host.c b/nuttx/examples/usbserial/host.c
index f0235ec20..751b7530c 100644
--- a/nuttx/examples/usbserial/host.c
+++ b/nuttx/examples/usbserial/host.c
@@ -239,7 +239,7 @@ int main(int argc, char **argv, char **envp)
}
else if (nbytes == 0)
{
- printf("main: End-of-file encountereDs\n");
+ printf("main: End-of-file encountered\n");
break;
}