aboutsummaryrefslogtreecommitdiffstats
path: root/src/posix-io.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2025-10-14 10:30:31 +0000
committerWerner Koch <[email protected]>2025-10-14 10:30:31 +0000
commit1ff1aa188240fb10fb13ab51c38836f973e08857 (patch)
treedfd2d557fbd7a74d7cd0fc3bc51db118b88b2f92 /src/posix-io.c
parentbuild: Avoid using -o for test(1). (diff)
downloadgpgme-1ff1aa188240fb10fb13ab51c38836f973e08857.tar.gz
gpgme-1ff1aa188240fb10fb13ab51c38836f973e08857.zip
Slight changes to comments and trace output.HEADmaster
--
Diffstat (limited to 'src/posix-io.c')
-rw-r--r--src/posix-io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/posix-io.c b/src/posix-io.c
index aa69bfc9..25351577 100644
--- a/src/posix-io.c
+++ b/src/posix-io.c
@@ -854,7 +854,7 @@ _gpgme_io_select_select (struct io_select_fd_s *fds, size_t nfds, int nonblock)
if (nonblock)
timeout.tv_sec = 0;
- TRACE_SEQ (dbg_help, "select on [ ");
+ TRACE_SEQ (dbg_help, "selecting [ ");
any = 0;
for (i = 0; i < nfds; i++)