Fix comments

These comments should indicate which functions they really wrap.
An alternative would be to remove the line completely to avoid
future copy&paste mistakes.

Signed-off-by: Samanta Navarro <ferivoz@riseup.net>
This commit is contained in:
Samanta Navarro 2023-02-16 11:57:03 +00:00 committed by Serge Hallyn
parent c53b36fe85
commit 0dfeb9e674
5 changed files with 5 additions and 5 deletions

View File

@ -23,7 +23,7 @@
* Two important function classes that fall into this category are
* getpwnam(3) and syslog(3).
*
* This file provides wrapper to the getpwnam or getpwnam_r functions.
* This file provides wrapper to the name or name_r functions.
*/
#include <unistd.h>

View File

@ -23,7 +23,7 @@
* Two important function classes that fall into this category are
* getpwnam(3) and syslog(3).
*
* This file provides wrapper to the getpwnam or getpwnam_r functions.
* This file provides wrapper to the getgrgid or getgrgid_r functions.
*/
#include <config.h>

View File

@ -23,7 +23,7 @@
* Two important function classes that fall into this category are
* getpwnam(3) and syslog(3).
*
* This file provides wrapper to the getpwnam or getpwnam_r functions.
* This file provides wrapper to the getgrnam or getgrnam_r functions.
*/
#include <config.h>

View File

@ -23,7 +23,7 @@
* Two important function classes that fall into this category are
* getpwnam(3) and syslog(3).
*
* This file provides wrapper to the getpwnam or getpwnam_r functions.
* This file provides wrapper to the getpwuid or getpwuid_r functions.
*/
#include <config.h>

View File

@ -23,7 +23,7 @@
* Two important function classes that fall into this category are
* getpwnam(3) and syslog(3).
*
* This file provides wrapper to the getpwnam or getpwnam_r functions.
* This file provides wrapper to the getspnam or getspnam_r functions.
*/
#include <config.h>