summaryrefslogtreecommitdiff
path: root/solenv/doc
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/doc')
-rw-r--r--solenv/doc/gbuild/solenv/gbuild/alllangres.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/solenv/doc/gbuild/solenv/gbuild/alllangres.mk b/solenv/doc/gbuild/solenv/gbuild/alllangres.mk
index da55c114b983..8d5034e881dd 100644
--- a/solenv/doc/gbuild/solenv/gbuild/alllangres.mk
+++ b/solenv/doc/gbuild/solenv/gbuild/alllangres.mk
@@ -9,7 +9,7 @@ namespace gb
class SrsPartTarget : public Target, public HasDependencies, public UsesRsc
{
private:
- /// SrsPartTarget do not need to be explicitly constructed.
+ /// SrsPartTarget s do not need to be explicitly constructed.
/// They are a helper class for the SrsTarget class.
/// They are named after the path of their source file (without
@@ -41,7 +41,7 @@ namespace gb
/// Adds multiple SrsPartTarget s to be processed.
void add_files(List<SrsPartTarget> parts);
private:
- /// SrsPartTarget do not need to be explicitly constructed.
+ /// SrsTarget s do not need to be explicitly constructed.
/// They are a helper class for the ResTarget class.
SrsTarget(String name);