fault.c: Fix typo in comment.
authorKarolin Seeger <kseeger@samba.org>
Mon, 18 Feb 2013 08:59:52 +0000 (09:59 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 18 Feb 2013 11:07:39 +0000 (22:07 +1100)
redundent -> redundant

Signed-off-by: Karolin Seeger <kseeger@samba.org>
lib/util/fault.c

index 4f8e8db5ca7ef061ced4785825408113347a4444..13d29dbd7f7ef3db4e6a12d51dc1cd20253e1398 100644 (file)
@@ -76,7 +76,7 @@ static void fault_report(int sig)
 
        smb_panic("internal error");
 
-       /* smb_panic() never returns, so this is really redundent */
+       /* smb_panic() never returns, so this is really redundant */
        exit(1);
 }