diff options
author | Karolin Seeger <kseeger@samba.org> | 2013-02-18 09:59:52 +0100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2013-02-18 22:07:39 +1100 |
commit | 2ed035b5a064e21f57c89adc9c947ffa7721c600 (patch) | |
tree | a6c7c66e9bc7d1afe482d604af67c6425a8bac1f /lib/util | |
parent | 68b2e30ae62d8a563cb7ee35e10c45fe0266c612 (diff) | |
download | samba-2ed035b5a064e21f57c89adc9c947ffa7721c600.tar.gz samba-2ed035b5a064e21f57c89adc9c947ffa7721c600.tar.bz2 samba-2ed035b5a064e21f57c89adc9c947ffa7721c600.zip |
fault.c: Fix typo in comment.
redundent -> redundant
Signed-off-by: Karolin Seeger <kseeger@samba.org>
Diffstat (limited to 'lib/util')
-rw-r--r-- | lib/util/fault.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util/fault.c b/lib/util/fault.c index 4f8e8db5ca..13d29dbd7f 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); } |