summaryrefslogtreecommitdiff
path: root/solenv/doc/gbuild/solenv/gbuild/executable.mk
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/doc/gbuild/solenv/gbuild/executable.mk')
-rw-r--r--solenv/doc/gbuild/solenv/gbuild/executable.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/doc/gbuild/solenv/gbuild/executable.mk b/solenv/doc/gbuild/solenv/gbuild/executable.mk
index 935b58cb87f7..87b7992a71a9 100644
--- a/solenv/doc/gbuild/solenv/gbuild/executable.mk
+++ b/solenv/doc/gbuild/solenv/gbuild/executable.mk
@@ -32,7 +32,7 @@ namespace gb
private:
/// private helper function for the constructor
void Executable_impl(LinkTarget library_linktarget);
- /// platformdependant additional setup for constructor (used on Windows only)
+ /// platformdependent additional setup for constructor (used on Windows only)
void Executable_platform(LinkTarget library_linktarget);
/// helper function to wrap LinkTargets functions (this is more or less pimpl ...)
void forward_to_linktarget(Function f);