From 2ed035b5a064e21f57c89adc9c947ffa7721c600 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Mon, 18 Feb 2013 09:59:52 +0100 Subject: [PATCH] fault.c: Fix typo in comment. redundent -> redundant Signed-off-by: Karolin Seeger --- lib/util/fault.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util/fault.c b/lib/util/fault.c index 4f8e8db5ca7..13d29dbd7f7 100644 --- a/lib/util/fault.c +++ b/lib/util/fault.c @@ -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); } -- 2.11.4.GIT