diff --git a/xml/System/Environment+SpecialFolder.xml b/xml/System/Environment+SpecialFolder.xml
index 29359b1b208..6bd9b6891d6 100644
--- a/xml/System/Environment+SpecialFolder.xml
+++ b/xml/System/Environment+SpecialFolder.xml
@@ -464,7 +464,7 @@
The directory for components that are shared across applications.
- To get the x86 common program files directory on a non-x86 system, use the member.
+ To get the x86 common program files directory in a non-x86 process, use the member.
@@ -1355,7 +1355,7 @@
The program files directory.
- On a non-x86 system, passing to the method returns the path for non-x86 programs. To get the x86 program files directory on a non-x86 system, use the member.
+ In a non-x86 process, passing to the method returns the path for non-x86 programs. To get the x86 program files directory in a non-x86 process, use the member.