File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ uint8_t g_recurlvl_mask = 0xff;
217217 * support */
218218bool g_disable_hashing = false;
219219
220- /* snapshot of the system's hugepages before system intitialization . */
220+ /* snapshot of the system's hugepages before system initialization . */
221221SystemHugepageSnapshot * prerun_snap = NULL ;
222222
223223/** add per-proto app-layer error counters for exception policies stats? disabled by default */
@@ -3055,7 +3055,7 @@ void SuricataInit(void)
30553055 SetupUserMode (& suricata );
30563056 InitRunAs (& suricata );
30573057
3058- /* Since our config is now loaded we can finish configurating the
3058+ /* Since our config is now loaded we can finish configuring the
30593059 * logging module. */
30603060 SCLogLoadConfig (suricata .daemon , suricata .verbose , suricata .userid , suricata .groupid );
30613061
You can’t perform that action at this time.
0 commit comments