Hey, English is not my native language :)
authorAnton Korobeynikov <asl@math.spbu.ru>
Mon, 10 Dec 2007 23:10:20 +0000 (23:10 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Mon, 10 Dec 2007 23:10:20 +0000 (23:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44820 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86JITInfo.cpp

index 441c3b4f31e1bff3af40251b735559bf7632de72..29121555090ea7d6a37b7effa34d6a9e1d2aaba5 100644 (file)
@@ -47,7 +47,7 @@ static TargetJITInfo::JITCompilerFn JITCompilerFunction;
 #define GETASMPREFIX(X) GETASMPREFIX2(X)
 #define ASMPREFIX GETASMPREFIX(__USER_LABEL_PREFIX__)
 
-// Provide a convenient way for disable usage of CFI directives.
+// Provide a convenient way for disabling usage of CFI directives.
 // This is needed for old/broken assemblers (for example, gas on
 // Darwin is pretty old and doesn't support these directives)
 #if defined(__APPLE__)