summaryrefslogtreecommitdiff
path: root/src/w32-glib-io.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32-glib-io.c')
-rw-r--r--src/w32-glib-io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32-glib-io.c b/src/w32-glib-io.c
index 09ffffa..943b207 100644
--- a/src/w32-glib-io.c
+++ b/src/w32-glib-io.c
@@ -903,7 +903,7 @@ _gpgme_io_select (struct io_select_fd_s *fds, size_t nfds, int nonblock)
TRACE_END (dbg_help, "]");
}
- /* COUNT is used to stop the lop as soon as possible. */
+ /* COUNT is used to stop the loop as soon as possible. */
for (n = count, i = 0; i < npollfds && n; i++)
{
j = pollfds_map[i];