From d360ea17b4f046e64bcab5e0b09910f74313b2d7 Mon Sep 17 00:00:00 2001 From: Jesper Juhl Date: Sun, 10 Apr 2011 18:06:17 +0200 Subject: [PATCH] --- yaml --- r: 248578 b: refs/heads/master c: aeb878b0967550bb56606ae21172bdcbd6afe052 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/md/raid5.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 2e86e4c41140..06dbaa5e0bd2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 70f23fd66bc821a0e99647f70a809e277cc93c4c +refs/heads/master: aeb878b0967550bb56606ae21172bdcbd6afe052 diff --git a/trunk/drivers/md/raid5.c b/trunk/drivers/md/raid5.c index 49bf5f891435..a709a47796d5 100644 --- a/trunk/drivers/md/raid5.c +++ b/trunk/drivers/md/raid5.c @@ -3960,7 +3960,7 @@ static int make_request(mddev_t *mddev, struct bio * bi) /* spinlock is needed as reshape_progress may be * 64bit on a 32bit platform, and so it might be * possible to see a half-updated value - * Ofcourse reshape_progress could change after + * Of course reshape_progress could change after * the lock is dropped, so once we get a reference * to the stripe that we think it is, we will have * to check again.