Merge pull request #3334 from alexrp/arm-cpu-detect-fix
[mono.git] / man / mcs.1
index a193f9f0850006c9b1bc6e636ff8e412ab14fb75..ce7ff11c27aadf341a2ae73d3ddfdcb20ca329d3 100644 (file)
--- a/man/mcs.1
+++ b/man/mcs.1
@@ -183,11 +183,11 @@ Restrict the compiler to use only the features available in C# 3.0
 Restrict the compiler to use only the features available in C# 4.0
 specification.
 .TP
-.I "future"
+.I "experimental"
 Enables unstable features from upcoming versions of the language.
 .PP
 Notice that this flag only restricts the language features available to
-the programmer. A version of produced assemblies can be controled using
+the programmer. A version of produced assemblies can be controlled using
 .I SDK
 option.
 .ne