From: Gautham R Shenoy Date: Sun, 28 Oct 2007 19:47:01 +0000 (+0100) Subject: lockdep: fix a typo in the __lock_acquire comment X-Git-Tag: upstream/snapshot3+hdmi~29199^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=17aacfb9cdf9a8329a6ece9c437551a29c93e47b;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git lockdep: fix a typo in the __lock_acquire comment Fix a typo in the __lock_acquire comment. Signed-off-by: Gautham R Shenoy Signed-off-by: Peter Zijlstra Signed-off-by: Ingo Molnar --- diff --git a/kernel/lockdep.c b/kernel/lockdep.c index 55fe0c7..ed38bbf 100644 --- a/kernel/lockdep.c +++ b/kernel/lockdep.c @@ -2424,7 +2424,7 @@ static int __lock_acquire(struct lockdep_map *lock, unsigned int subclass, return 0; /* - * Calculate the chain hash: it's the combined has of all the + * Calculate the chain hash: it's the combined hash of all the * lock keys along the dependency chain. We save the hash value * at every step so that we can get the current hash easily * after unlock. The chain hash is then used to cache dependency