r271166 - Fix typo.
Rafael Espindola via cfe-commits
cfe-commits at lists.llvm.org
Sat May 28 20:03:24 PDT 2016
Author: rafael
Date: Sat May 28 22:03:22 2016
New Revision: 271166
URL: http://llvm.org/viewvc/llvm-project?rev=271166&view=rev
Log:
Fix typo.
Thanks to David Majnemer for noticing.
Modified:
cfe/trunk/include/clang/Driver/CC1Options.td
Modified: cfe/trunk/include/clang/Driver/CC1Options.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Driver/CC1Options.td?rev=271166&r1=271165&r2=271166&view=diff
==============================================================================
--- cfe/trunk/include/clang/Driver/CC1Options.td (original)
+++ cfe/trunk/include/clang/Driver/CC1Options.td Sat May 28 22:03:22 2016
@@ -144,7 +144,7 @@ def mno_exec_stack : Flag<["-"], "mnoexe
def massembler_fatal_warnings : Flag<["-"], "massembler-fatal-warnings">,
HelpText<"Make assembler warnings fatal">;
def mrelax_relocations : Flag<["--"], "mrelax-relocations">,
- HelpText<"Use relaxabel elf relocations">;
+ HelpText<"Use relaxable elf relocations">;
def compress_debug_sections : Flag<["-"], "compress-debug-sections">,
HelpText<"Compress DWARF debug sections using zlib">;
def msave_temp_labels : Flag<["-"], "msave-temp-labels">,
More information about the cfe-commits
mailing list