mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
Standardize some naming in code section comments
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Private Variables
|
||||
* Private Data
|
||||
****************************************************************************/
|
||||
|
||||
double rint(double x)
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Private Variables
|
||||
* Private Data
|
||||
****************************************************************************/
|
||||
|
||||
float rintf(float x)
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Private Variables
|
||||
* Private Data
|
||||
****************************************************************************/
|
||||
|
||||
long double rintl(long double x)
|
||||
|
||||
Reference in New Issue
Block a user