From 1ee0e29974a150c39c66db868f5f5f157422c4d4 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 27 Oct 2016 17:12:24 +0200 Subject: [PATCH] storage/Composite: fix documentation typo --- src/storage/CompositeStorage.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/storage/CompositeStorage.hxx b/src/storage/CompositeStorage.hxx index c3695c79d..350cca55d 100644 --- a/src/storage/CompositeStorage.hxx +++ b/src/storage/CompositeStorage.hxx @@ -45,7 +45,7 @@ class CompositeStorage final : public Storage { */ 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. * Other Directory instances may have one, and child * mounts will be "mixed" in.