From 2ea6af7447f5f254450038870628dc50b8cf11ed Mon Sep 17 00:00:00 2001 From: Jonny Grant Date: Sat, 12 Dec 2020 01:16:22 +0100 Subject: Fix spelling and grammar in several comments --- inet/aliases.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'inet') diff --git a/inet/aliases.h b/inet/aliases.h index b22ed63..5722e9d 100644 --- a/inet/aliases.h +++ b/inet/aliases.h @@ -25,7 +25,7 @@ __BEGIN_DECLS -/* Structure to represent one entry of the alias data base. */ +/* Structure to represent one entry of the alias database. */ struct aliasent { char *alias_name; @@ -38,13 +38,13 @@ struct aliasent /* Open alias data base files. */ extern void setaliasent (void) __THROW; -/* Close alias data base files. */ +/* Close alias database files. */ extern void endaliasent (void) __THROW; -/* Get the next entry from the alias data base. */ +/* Get the next entry from the alias database. */ extern struct aliasent *getaliasent (void) __THROW; -/* Get the next entry from the alias data base and put it in RESULT_BUF. */ +/* Get the next entry from the alias database and put it in RESULT_BUF. */ extern int getaliasent_r (struct aliasent *__restrict __result_buf, char *__restrict __buffer, size_t __buflen, struct aliasent **__restrict __result) __THROW; -- cgit v1.1