Fix some "from from" in code comments

This commit is contained in:
YAMAMOTO Takashi
2020-01-27 13:31:25 +09:00
committed by Alin Jerpelea
parent 705ac84432
commit 5515e09e8d
8 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -371,7 +371,7 @@ int vnc_negotiate(FAR struct vnc_session_s *session);
*
* Input Parameters:
* session - An instance of the session structure.
* pixelfmt - The pixel from from the received SetPixelFormat message
* pixelfmt - The pixel from the received SetPixelFormat message
*
* Returned Value:
* Returns zero (OK) on success; a negated errno value on failure.