]> granicus.if.org Git - clang/commitdiff
docs: clear up ambiguity
authorSean Silva <silvas@purdue.edu>
Wed, 23 Jan 2013 18:28:48 +0000 (18:28 +0000)
committerSean Silva <silvas@purdue.edu>
Wed, 23 Jan 2013 18:28:48 +0000 (18:28 +0000)
Anybody using clang is a "developer".

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173282 91177308-0d34-0410-b5e6-96231b3b80d8

docs/FAQ.rst

index d0b47d685cf94823666c5d6d39e7ae06deb6e689..d4993cd25f9f3ac504ef42801e9ca8d1c898767d 100644 (file)
@@ -41,7 +41,7 @@ for your system.  To see these options, run:
   $ 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.