Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/mail s/struture/structure/ in comment.



details:   https://anonhg.NetBSD.org/src/rev/46dd0be1a0dc
branches:  trunk
changeset: 1025525:46dd0be1a0dc
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed Nov 10 16:42:47 2021 +0000

description:
s/struture/structure/ in comment.

diffstat:

 usr.bin/mail/complete.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 3c48104516d8 -r 46dd0be1a0dc usr.bin/mail/complete.c
--- a/usr.bin/mail/complete.c   Wed Nov 10 16:40:55 2021 +0000
+++ b/usr.bin/mail/complete.c   Wed Nov 10 16:42:47 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: complete.c,v 1.23 2019/12/16 22:55:45 christos Exp $   */
+/*     $NetBSD: complete.c,v 1.24 2021/11/10 16:42:47 msaitoh Exp $    */
 
 /*-
  * Copyright (c) 1997-2000,2005,2006 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: complete.c,v 1.23 2019/12/16 22:55:45 christos Exp $");
+__RCSID("$NetBSD: complete.c,v 1.24 2021/11/10 16:42:47 msaitoh Exp $");
 #endif /* not lint */
 
 /*
@@ -1078,7 +1078,7 @@
  * Our public interface to el_gets():
  *
  * init_editline()
- *    Initializes of all editline and completion data strutures.
+ *    Initializes of all editline and completion data structures.
  *
  * my_gets()
  *    Displays prompt, calls el_gets() and deals with history.



Home | Main Index | Thread Index | Old Index