aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGVTables.h
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2012-09-27 09:57:10 +0000
committerSylvestre Ledru <sylvestre@debian.org>2012-09-27 09:57:10 +0000
commit94ff8e1f57c6382d91d0de981a4f311509d83e37 (patch)
treeeb4d5bfaa1d965936217836ef85abf9e146baab7 /lib/CodeGen/CGVTables.h
parent7836011482bc26dfebf15df4fd993d07b607fbcf (diff)
Fix a typo 'iff' => 'if'
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164766 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGVTables.h')
-rw-r--r--lib/CodeGen/CGVTables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CGVTables.h b/lib/CodeGen/CGVTables.h
index 828330e5e3..f5b59c819d 100644
--- a/lib/CodeGen/CGVTables.h
+++ b/lib/CodeGen/CGVTables.h
@@ -58,7 +58,7 @@ class CodeGenVTables {
/// MaybeEmitThunkAvailableExternally - Try to emit the given thunk with
/// available_externally linkage to allow for inlining of thunks.
- /// This will be done iff optimizations are enabled and the member function
+ /// This will be done if optimizations are enabled and the member function
/// doesn't contain any incomplete types.
void MaybeEmitThunkAvailableExternally(GlobalDecl GD, const ThunkInfo &Thunk);