storage/Composite: fix documentation typo

This commit is contained in:
Max Kellermann 2016-10-27 17:12:24 +02:00
parent 77a9940461
commit 1ee0e29974

View File

@ -45,7 +45,7 @@ class CompositeStorage final : public Storage {
*/ */
struct Directory { struct Directory {
/** /**
* The #Storage mounted n this virtual directory. All * The #Storage mounted in this virtual directory. All
* "leaf" Directory instances must have a #Storage. * "leaf" Directory instances must have a #Storage.
* Other Directory instances may have one, and child * Other Directory instances may have one, and child
* mounts will be "mixed" in. * mounts will be "mixed" in.