Fix some typos

This commit is contained in:
Gregory Nutt 2014-10-29 10:48:50 -06:00
parent 5d360c72b9
commit 21d498f695

View File

@ -184,7 +184,7 @@ static nsh_telnettoken(FAR struct console_stdio_s *pstate, FAR char *buffer,
/* Replace terminating character with a NUL terminator */
*endp1 = '/0';
*endp1 = '\0';
/* Copied the token into the buffer */