[openssh-commits] [openssh] 03/03: sync fnmatch.c with upstream to fix another typo
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Mar 13 14:30:38 AEDT 2020
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit 955c4cf4c6a1417c28d4e1040702c4d9bf63645b
Author: Damien Miller <djm at mindrot.org>
Date: Fri Mar 13 14:30:16 2020 +1100
sync fnmatch.c with upstream to fix another typo
---
openbsd-compat/fnmatch.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/openbsd-compat/fnmatch.c b/openbsd-compat/fnmatch.c
index da841d20..b5641a09 100644
--- a/openbsd-compat/fnmatch.c
+++ b/openbsd-compat/fnmatch.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fnmatch.c,v 1.21 2016/03/01 20:29:03 millert Exp $ */
+/* $OpenBSD: fnmatch.c,v 1.22 2020/03/13 03:25:45 djm Exp $ */
/* Copyright (c) 2011, VMware, Inc.
* All rights reserved.
@@ -294,7 +294,7 @@ int fnmatch(const char *pattern, const char *string, int flags)
const int leading_dir = !!(flags & FNM_LEADING_DIR);
const char *dummyptr, *matchptr, *strendseg;
int wild;
- /* For '*' wild processing only; surpress 'used before initialization'
+ /* For '*' wild processing only; suppress 'used before initialization'
* warnings with dummy initialization values;
*/
const char *strstartseg = NULL;
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list