Author: silvas
Date: Wed Jan 23 12:28:48 2013
New Revision: 173282

URL: http://llvm.org/viewvc/llvm-project?rev=173282&view=rev
Log:
docs: clear up ambiguity

Anybody using clang is a "developer".

Modified:
    cfe/trunk/docs/FAQ.rst

Modified: cfe/trunk/docs/FAQ.rst
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/FAQ.rst?rev=173282&r1=173281&r2=173282&view=diff
==============================================================================
--- cfe/trunk/docs/FAQ.rst (original)
+++ cfe/trunk/docs/FAQ.rst Wed Jan 23 12:28:48 2013
@@ -41,7 +41,7 @@
   $ clang -### -c hello.c
 
 Some clang command line options are driver-only options, some are frontend-only
-options.  Frontend-only options are intended to be used only by developers.
+options.  Frontend-only options are intended to be used only by clang 
developers.
 Users should not run ``clang -cc1`` directly, because ``-cc1`` options are not
 guaranteed to be stable.
 


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to