docs: clear up ambiguity
Anybody using clang is a "developer".
llvm-svn: 173282
diff --git a/clang/docs/FAQ.rst b/clang/docs/FAQ.rst
index d0b47d6..d4993cd 100644
--- a/clang/docs/FAQ.rst
+++ b/clang/docs/FAQ.rst
@@ -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.