1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-01 04:58:35 +03:00

Fix typo.

(This used to be commit a5db115dc6827896c66fe08554b3fe7185eea52f)
This commit is contained in:
Jelmer Vernooij 2008-02-11 12:39:47 +01:00
parent 604a0af3a7
commit e54f9c7749

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);
}