public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* inet: Fix comments in <aliases.h>
@ 2020-10-24 22:57 Jonny Grant
  0 siblings, 0 replies; only message in thread
From: Jonny Grant @ 2020-10-24 22:57 UTC (permalink / raw)
  To: Florian Weimer; +Cc: GNU C Library

[-- Attachment #1: Type: text/plain, Size: 86 bytes --]

Hello Florian

Please find attached patch created against latest git.

Regards, Jonny

[-- Attachment #2: 0001-rename-comments-to-database.patch --]
[-- Type: text/x-patch, Size: 1382 bytes --]

From a5fabcc78d88062a30a3ca03688b1aa0923f4fd1 Mon Sep 17 00:00:00 2001
From: Jonathan Grant <jg@jguk.org>
Date: Sat, 24 Oct 2020 23:48:47 +0100
Subject: [PATCH] rename comments to database

Signed-off-by: Jonathan Grant <jg@jguk.org>
---
 inet/aliases.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/inet/aliases.h b/inet/aliases.h
index b22ed63831..5722e9d0da 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;
-- 
2.25.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-10-24 22:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-24 22:57 inet: Fix comments in <aliases.h> Jonny Grant

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).