{ "help", MNT_DEBUG_HELP, "this help" },
{ "locks", MNT_DEBUG_LOCKS, "mtab and utab locking" },
{ "options", MNT_DEBUG_OPTIONS, "mount options parsing" },
- { "tab", MNT_DEBUG_TAB, "fstab, mtab, moutninfo routines" },
+ { "tab", MNT_DEBUG_TAB, "fstab, mtab, mounninfo routines" },
{ "update", MNT_DEBUG_UPDATE, "mtab, utab updates" },
{ "utils", MNT_DEBUG_UTILS, "misc library utils" },
{ "monitor", MNT_DEBUG_MONITOR, "mount tables monitor" },
* Unfortunately, use EPOLLIN for mountinfo is tricky because in this
* case kernel returns events all time (we don't read from the FD).
* The solution is to use also edge-triggered (EPOLLET) flag, then
- * kernel generate events on moutinfo changes only. The disadvantage is
+ * kernel generate events on mountinfo changes only. The disadvantage is
* that we have to drain initial event generated by EPOLLIN after
* epoll_ctl(ADD). See monitor_modify_epoll().
*/