diff options
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.default-versions.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.default-versions.mk b/Mk/bsd.default-versions.mk index f5b5fa44f71f..45ea894241ae 100644 --- a/Mk/bsd.default-versions.mk +++ b/Mk/bsd.default-versions.mk @@ -4,7 +4,7 @@ # # Handle the default versions for users chosable multi versions. # -# It expects users to define DEFAULT_VERSIONS in there make.conf +# It expects users to define DEFAULT_VERSIONS in their make.conf # Syntax is the following: # # DEFAULT_VERSIONS= perl5=5.18 ruby=2.0 |