Remove the word 'header' from libc header descriptions
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
apio 2023-01-07 11:39:15 +01:00
parent 12dc96b4a5
commit 471103e4f3
Signed by: apio
GPG Key ID: B8A7D06E42258954
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* errno.h: Error management header. */
/* errno.h: Error management. */
#ifndef _ERRNO_H
#define _ERRNO_H

View File

@ -1,4 +1,4 @@
/* stdio.h: Standard input/output header. */
/* stdio.h: Standard input/output. */
#ifndef _STDIO_H
#define _STDIO_H

View File

@ -1,4 +1,4 @@
/* stdlib.h: General utilities header. */
/* stdlib.h: General utilities. */
#ifndef _STDLIB_H
#define _STDLIB_H

View File

@ -1,4 +1,4 @@
/* string.h: String manipulation header. */
/* string.h: String manipulation. */
#ifndef _STRING_H
#define _STRING_H