summaryrefslogtreecommitdiff
path: root/solenv/doc
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/doc')
-rw-r--r--solenv/doc/gbuild/solenv/gbuild/gbuild.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/solenv/doc/gbuild/solenv/gbuild/gbuild.mk b/solenv/doc/gbuild/solenv/gbuild/gbuild.mk
index 9cdb064a974c..55ef76cdc05f 100644
--- a/solenv/doc/gbuild/solenv/gbuild/gbuild.mk
+++ b/solenv/doc/gbuild/solenv/gbuild/gbuild.mk
@@ -70,11 +70,11 @@ namespace gb
static const List<String> CPUDEFS;
/// default c++ compilation compiler flags
static const List<String> CXXFLAGS;
- /// platform- and compilerin dependent default defines
+ /// platform- and compiler independent default defines
static const List<String> GLOBALDEFS;
/// default objective c++ compilation compiler flags
static const List<String> OBJCXXFLAGS;
- /// platfomspecific default defines
+ /// platformspecific default defines
static const List<String> OSDEFS;
/// ?
static const Path SDKDIR;