summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/TargetCXXABI.h
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2016-01-29 01:35:53 +0000
committerEric Christopher <echristo@gmail.com>2016-01-29 01:35:53 +0000
commiteae9579a0112068afbad767932c379ded643771b (patch)
treec2b262e2a31122d180f4593cfd941d55b7f2f03c /include/clang/Basic/TargetCXXABI.h
parent494843ae42b7abfe22df3eae3f46dbfa4967fde6 (diff)
Use a consistent spelling for vtables.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@259137 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Basic/TargetCXXABI.h')
-rw-r--r--include/clang/Basic/TargetCXXABI.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Basic/TargetCXXABI.h b/include/clang/Basic/TargetCXXABI.h
index 67247ead2e..f7d4b920ca 100644
--- a/include/clang/Basic/TargetCXXABI.h
+++ b/include/clang/Basic/TargetCXXABI.h
@@ -239,7 +239,7 @@ public:
/// \brief Can an out-of-line inline function serve as a key function?
///
/// This flag is only useful in ABIs where type data (for example,
- /// v-tables and type_info objects) are emitted only after processing
+ /// vtables and type_info objects) are emitted only after processing
/// the definition of a special "key" virtual function. (This is safe
/// because the ODR requires that every virtual function be defined
/// somewhere in a program.) This usually permits such data to be