diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-02-11 12:39:47 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-02-11 15:19:24 +0100 |
commit | e54f9c77492827242a8857e95c552a6b94bdb959 (patch) | |
tree | 65a1b1b06dec3df3d63d88b18ea87e331e8d0fc0 /source4/lib/util/fault.c | |
parent | 604a0af3a7694deaea880f3ee4d4482803474970 (diff) | |
download | samba-e54f9c77492827242a8857e95c552a6b94bdb959.tar.gz samba-e54f9c77492827242a8857e95c552a6b94bdb959.tar.bz2 samba-e54f9c77492827242a8857e95c552a6b94bdb959.zip |
Fix typo.
(This used to be commit a5db115dc6827896c66fe08554b3fe7185eea52f)
Diffstat (limited to 'source4/lib/util/fault.c')
-rw-r--r-- | source4/lib/util/fault.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/util/fault.c b/source4/lib/util/fault.c index cd347a5ef9..cb51cbd859 100644 --- a/source4/lib/util/fault.c +++ b/source4/lib/util/fault.c @@ -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); } |