net: ceph: Fix a typo in osdmap.c
authorLu Wei <luwei32@huawei.com>
Thu, 25 Mar 2021 06:38:21 +0000 (14:38 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 26 Mar 2021 00:05:07 +0000 (17:05 -0700)
Modify "inital" to "initial" in net/ceph/osdmap.c.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Lu Wei <luwei32@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ceph/osdmap.c

index 2b1dd252f2311d3198a7c9818e8d9d6a0fcc536f..c959320c4775c114a692009f34f55b32e5063c01 100644 (file)
@@ -1069,7 +1069,7 @@ again:
 
                /*
                 * Do not return the error but go back to waiting.  We
-                * have the inital workspace and the CRUSH computation
+                * have the initial workspace and the CRUSH computation
                 * time is bounded so we will get it eventually.
                 */
                WARN_ON(atomic_read(&wsm->total_ws) < 1);