diff options
| author | msaitoh <msaitoh@NetBSD.org> | 2023-06-24 05:18:12 +0000 |
|---|---|---|
| committer | msaitoh <msaitoh@NetBSD.org> | 2023-06-24 05:18:12 +0000 |
| commit | 941904360f7283d63fbd2e68d1ca76c660013a08 (patch) | |
| tree | 164d216d392c0c756b4fbca4618470b8aeaa6588 /lib/libcrypt | |
| parent | 42921012d6a7c599b783b86a4b4b6de5181f056d (diff) | |
Fix typo in comment.
Diffstat (limited to 'lib/libcrypt')
| -rw-r--r-- | lib/libcrypt/crypt.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypt/crypt.c b/lib/libcrypt/crypt.c index ecf78b22629..e749923c0f6 100644 --- a/lib/libcrypt/crypt.c +++ b/lib/libcrypt/crypt.c @@ -1,4 +1,4 @@ -/* $NetBSD: crypt.c,v 1.38 2020/02/22 10:29:17 kamil Exp $ */ +/* $NetBSD: crypt.c,v 1.39 2023/06/24 05:18:12 msaitoh Exp $ */ /* * Copyright (c) 1989, 1993 @@ -37,7 +37,7 @@ #if 0 static char sccsid[] = "@(#)crypt.c 8.1.1.1 (Berkeley) 8/18/93"; #else -__RCSID("$NetBSD: crypt.c,v 1.38 2020/02/22 10:29:17 kamil Exp $"); +__RCSID("$NetBSD: crypt.c,v 1.39 2023/06/24 05:18:12 msaitoh Exp $"); #endif #endif /* not lint */ @@ -503,7 +503,7 @@ ascii_is_unsafe(char ch) * full scheme name comparison * Updated to reflect alc suggestion(s) * - * retuns boolean 0 on failure, 1 on success, + * returns boolean 0 on failure, 1 on success, */ static int nondes_scheme_substr(const char * setting,char * scheme, unsigned int len) |
