[master] 19ea17655 spelling: nonexistent
Poul-Henning Kamp
phk at FreeBSD.org
Mon Aug 19 12:42:07 UTC 2024
commit 19ea176557f94cc910bde2f21e773d699acc223f
Author: Josh Soref <2119212+jsoref at users.noreply.github.com>
Date: Wed Aug 7 08:30:59 2024 -0400
spelling: nonexistent
Signed-off-by: Josh Soref <2119212+jsoref at users.noreply.github.com>
diff --git a/lib/libvarnish/vfl.c b/lib/libvarnish/vfl.c
index 8c8d1336a..e94dcea38 100644
--- a/lib/libvarnish/vfl.c
+++ b/lib/libvarnish/vfl.c
@@ -74,7 +74,7 @@ vflopenat(int dirfd, const char *path, int flags, va_list ap)
for (;;) {
if ((fd = openat(dirfd, path, flags, mode)) == -1)
- /* non-existent or no access */
+ /* nonexistent or no access */
return (-1);
if (flock(fd, operation) == -1) {
/* unsupported or interrupted */
More information about the varnish-commit
mailing list