minor comment typo fixes

This commit is contained in:
Michael Rash 2011-09-03 21:00:12 -04:00
parent d60dde17b7
commit f9810904c3
2 changed files with 3 additions and 3 deletions

View File

@ -152,7 +152,7 @@ fw_config_init(fko_srv_options_t *opts)
{
memset(&fwc, 0x0, sizeof(struct fw_config));
/* Set our firewall exe command path (iptables in most cases).
/* Set our firewall exe command path
*/
strlcpy(fwc.fw_command, opts->config[CONF_FIREWALL_EXE], MAX_PATH_LEN);

View File

@ -355,8 +355,8 @@ main(int argc, char **argv)
kill(opts.tcp_server_pid, SIGTERM);
/* --DSS XXX: This seems to be necessary if the tcp server
* was restarted byt this program. We need to
* investigate an fix this. For now, this works
* was restarted by this program. We need to
* investigate and fix this. For now, this works
* (it is kludgy, but does no harm afaik).
*/
kill(opts.tcp_server_pid, SIGKILL);