summaryrefslogtreecommitdiff
path: root/solenv/doc/gbuild/solenv/gbuild/library.mk
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/doc/gbuild/solenv/gbuild/library.mk')
-rw-r--r--solenv/doc/gbuild/solenv/gbuild/library.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/solenv/doc/gbuild/solenv/gbuild/library.mk b/solenv/doc/gbuild/solenv/gbuild/library.mk
index a20c96f9efd6..c06a19e9bd83 100644
--- a/solenv/doc/gbuild/solenv/gbuild/library.mk
+++ b/solenv/doc/gbuild/solenv/gbuild/library.mk
@@ -29,7 +29,7 @@ namespace gb
public:
Library(String name);
/// Returns how the library is named in the filesystem on the current platform.
- /// Library filename schemes are defined in solenv/gbuild/libnames.mk (with some platformdependant hacks in solenv/gbuild/platform/*.mk.
+ /// Library filename schemes are defined in solenv/gbuild/libnames.mk (with some platformdependent hacks in solenv/gbuild/platform/*.mk.
/// This function needs to be defined in solenv/gbuild/target_names.mk so that it is available to everywhere.
Path get_filename();
@@ -37,7 +37,7 @@ namespace gb
private:
/// private helper function for the constructor
void Library_impl(LinkTarget library_linktarget);
- /// platformdependant additional setup for constructor (used on Windows only)
+ /// platformdependent additional setup for constructor (used on Windows only)
void Library_platform(
LinkTarget library_linktarget,
Path dllfile);