1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

Fix typo.

This commit is contained in:
Jelmer Vernooij 2008-02-11 12:39:47 +01:00
parent 95967e8bfb
commit 54e7d10fe0

View File

@ -178,7 +178,7 @@ _NORETURN_ static void sig_fault(int sig)
/* we have a fault handler, call it. It may not return. */
fault_handlers.fault_handler(sig);
}
/* If it returns or doean't exist, use regular reporter */
/* If it returns or doesn't exist, use regular reporter */
fault_report(sig);
}