summaryrefslogtreecommitdiffstats
path: root/xlators/features/locks
diff options
context:
space:
mode:
authorVijay Bellur <vbellur@redhat.com>2018-08-13 13:06:20 -0700
committerAmar Tumballi <amarts@redhat.com>2018-08-14 05:12:27 +0000
commit32c8f70f49c0e287c53998e37867f00fa775377b (patch)
tree0f7b45b4ed2fca05bf2dd2868b7475a1f81c3f50 /xlators/features/locks
parente4015ece284ad3f5de8a1632984594480533e0a0 (diff)
error-gen, locks: Fix a typo in comments
s/coverty/coverity/ Change-Id: Iac7c13176162eace4247dd3236373aa76d906380 updates: bz#789278 Signed-off-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'xlators/features/locks')
-rw-r--r--xlators/features/locks/src/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/locks/src/common.c b/xlators/features/locks/src/common.c
index c22dff08382..0fba36cc088 100644
--- a/xlators/features/locks/src/common.c
+++ b/xlators/features/locks/src/common.c
@@ -1105,7 +1105,7 @@ pl_does_monkey_want_stuck_lock()
long int monkey_unlock_rand = 0;
long int monkey_unlock_rand_rem = 0;
- /* coverty[DC.WEAK_CRYPTO] */
+ /* coverity[DC.WEAK_CRYPTO] */
monkey_unlock_rand = random ();
monkey_unlock_rand_rem = monkey_unlock_rand % 100;
if (monkey_unlock_rand_rem == 0)