mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
Fix typos and some incorrect comments
Author: Alan Carvalho de Assis <acassis@gmail.com> Run nxstyle against .c and .h files and fix it Author: Juha Niskanen <juha.niskanen@haltian.com> Fix typos and some incorrect comments
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
bcfb45dfa0
commit
a762c06ed9
@@ -56,7 +56,7 @@
|
||||
*
|
||||
* Input Parameters:
|
||||
* ts1 and ts2: The two timespecs to be added
|
||||
* t23: The location to return the result (may be ts1 or ts2)
|
||||
* ts3: The location to return the result (may be ts1 or ts2)
|
||||
*
|
||||
* Returned Value:
|
||||
* None
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
*
|
||||
* Input Parameters:
|
||||
* ts1 and ts2: The two timespecs to be subtracted (ts1 - ts2)
|
||||
* t23: The location to return the result (may be ts1 or ts2)
|
||||
* ts3: The location to return the result (may be ts1 or ts2)
|
||||
*
|
||||
* Returned Value:
|
||||
* None
|
||||
|
||||
Reference in New Issue
Block a user