summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-11-04 16:57:17 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-11-04 16:57:17 +0000
commitd5833e27aa4c1386f33c1d623e6b77a94ee11183 (patch)
tree0139e5c8cb5749b4044446e616573d731018ecfb
parent17ca1ae40a71c8acd127856b4baa104953864327 (diff)
downloadnuttx-d5833e27aa4c1386f33c1d623e6b77a94ee11183.tar.gz
nuttx-d5833e27aa4c1386f33c1d623e6b77a94ee11183.tar.bz2
nuttx-d5833e27aa4c1386f33c1d623e6b77a94ee11183.zip
typo
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2222 42af7a65-404d-4744-a932-0658087f49c3
-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;
}