rbd: cleanup: fix the typo in namespace comment

Signed-off-by: Dongsheng Yang <dongsheng.yang@easystack.cn>
This commit is contained in:
Dongsheng Yang 2017-01-10 04:26:43 -05:00
parent 6542a2e0d0
commit 50e088deeb
3 changed files with 3 additions and 3 deletions

View File

@ -230,6 +230,6 @@ Shell::Action action(
{"import-diff"}, {}, "Import an incremental diff.", "", &get_arguments,
&execute);
} // namespace list
} // namespace import_diff
} // namespace action
} // namespace rbd

View File

@ -79,6 +79,6 @@ Shell::Action action(
{"rename"}, {"mv"}, "Rename image within pool.", "", &get_arguments,
&execute);
} // namespace list
} // namespace rename
} // namespace action
} // namespace rbd

View File

@ -88,6 +88,6 @@ Shell::Action action(
{"resize"}, {}, "Resize (expand or shrink) image.", "", &get_arguments,
&execute);
} // namespace list
} // namespace resize
} // namespace action
} // namespace rbd