From 3cef755428761f2481b1dd0e0fbd0464ac483fc5 Mon Sep 17 00:00:00 2001 From: fangdong Date: Tue, 17 Sep 2013 10:34:10 +0800 Subject: [PATCH] fix some comments Signed-off-by: fangdong --- src/crush/mapper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crush/mapper.c b/src/crush/mapper.c index 3215564172a..ce23ef7c711 100644 --- a/src/crush/mapper.c +++ b/src/crush/mapper.c @@ -562,7 +562,7 @@ int crush_do_rule(const struct crush_map *map, /* copy final _leaf_ values to output set */ memcpy(o, c, osize*sizeof(*o)); - /* swap t and w arrays */ + /* swap o and w arrays */ tmp = o; o = w; w = tmp; -- 2.47.3