X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-tag.c;h=2c6e442aa93903f29b3792b73e0f24afab612677;hp=5b2f1e48d6a7ce7d19bae37f9838ad040cbf2642;hb=d08af93c65310c2d5ec8033040854f8ff4e5550f;hpb=1896ad97145ae27b2d5619b973d75afb774ca5b1 diff --git a/notmuch-tag.c b/notmuch-tag.c index 5b2f1e48..2c6e442a 100644 --- a/notmuch-tag.c +++ b/notmuch-tag.c @@ -195,7 +195,7 @@ notmuch_tag_command (notmuch_config_t *config, int argc, char *argv[]) int opt_index; int ret; - /* Setup our handler for SIGINT */ + /* Set up our handler for SIGINT */ memset (&action, 0, sizeof (struct sigaction)); action.sa_handler = handle_sigint; sigemptyset (&action.sa_mask);