aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2007-07-16 14:29:03 +0000
committerDan Gohman <gohman@apple.com>2007-07-16 14:29:03 +0000
commit07a96765daedf180a7102d39fe56c499878312b7 (patch)
treed64631240d2aad80b33853dd3c5f9ee82abac6d6 /include/llvm/Target
parent318f0dee83a536061bc4c2aab825a50deb1cd10f (diff)
downloadexternal_llvm-07a96765daedf180a7102d39fe56c499878312b7.zip
external_llvm-07a96765daedf180a7102d39fe56c499878312b7.tar.gz
external_llvm-07a96765daedf180a7102d39fe56c499878312b7.tar.bz2
Fix comments about vectors to use the current wording.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39921 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Target')
-rw-r--r--include/llvm/Target/TargetData.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Target/TargetData.h b/include/llvm/Target/TargetData.h
index 77657e2..5756079 100644
--- a/include/llvm/Target/TargetData.h
+++ b/include/llvm/Target/TargetData.h
@@ -43,7 +43,7 @@ enum AlignTypeEnum {
/// Target alignment element.
///
/// Stores the alignment data associated with a given alignment type (pointer,
-/// integer, packed/vector, float) and type bit width.
+/// integer, vector, float) and type bit width.
///
/// @note The unusual order of elements in the structure attempts to reduce
/// padding and make the structure slightly more cache friendly.