summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2010-04-09 19:40:47 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2010-04-09 19:40:47 +0000
commit41ef2a6b32419f020c51eeca34ab50a88347071a (patch)
treebe63717eed978e75120a76258c6a2c111ed97022
parent298a122fb48ac404278eccb17890573cd813e4ee (diff)
downloadbcm5719-llvm-41ef2a6b32419f020c51eeca34ab50a88347071a.tar.gz
bcm5719-llvm-41ef2a6b32419f020c51eeca34ab50a88347071a.zip
Fix typo.
llvm-svn: 100887
-rw-r--r--clang/include/clang/Driver/CC1Options.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Driver/CC1Options.td b/clang/include/clang/Driver/CC1Options.td
index 435b5b575ad..78abb475cb3 100644
--- a/clang/include/clang/Driver/CC1Options.td
+++ b/clang/include/clang/Driver/CC1Options.td
@@ -326,7 +326,7 @@ def fno_builtin : Flag<"-fno-builtin">,
HelpText<"Disable implicit builtin knowledge of functions">;
def faltivec : Flag<"-faltivec">,
HelpText<"Enable AltiVec vector initializer syntax">;
-def fno_access_control : Flag<"-fno_access-control">,
+def fno_access_control : Flag<"-fno-access-control">,
HelpText<"Disable C++ access control">;
def fno_assume_sane_operator_new : Flag<"-fno-assume-sane-operator-new">,
HelpText<"Don't assume that C++'s global operator new can't alias any pointer">;
OpenPOWER on IntegriCloud