]> git.tdb.fi Git - builder.git/blobdiff - source/tool.h
Reload includes from CSourceFiles when they are modified
[builder.git] / source / tool.h
index 6aee38b2ee6a59b62206c0f8617dd7e5df6cf590..d5d7e784b205578ad571b1de906a81aa01eb4e20 100644 (file)
@@ -61,7 +61,7 @@ public:
        /// Creates a source file appropriate for this tool.
        virtual Target *create_source(const Component &, const Msp::FS::Path &) const { return 0; }
 
-       /** Creates a package-less source file appropriate for this too.  This is
+       /** Creates a package-less source file appropriate for this tool.  This is
        called during dependency discovery when no package has created a target for
        the file. */
        virtual Target *create_source(const Msp::FS::Path &) const { return 0; }