diff options
Diffstat (limited to 'backends')
| -rw-r--r-- | backends/fs/abstract-fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/fs/abstract-fs.h b/backends/fs/abstract-fs.h index 844d3115e1..c85b2fe8bf 100644 --- a/backends/fs/abstract-fs.h +++ b/backends/fs/abstract-fs.h @@ -87,7 +87,7 @@ protected: * identical to oldNode. Hence, we can use the "path" value for persistent * storage e.g. in the config file. * - * @TODO: This is of course a place where non-portable code easily will sneak + * @todo: This is of course a place where non-portable code easily will sneak * in, because the format of the path used here is not well-defined. * So we really should reconsider this API and try to come up with * something which is more portable but still flexible enough for our |
