summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/ABIInfo.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-07-29 06:44:09 +0000
committerChris Lattner <sabre@nondot.org>2010-07-29 06:44:09 +0000
commit1ed72678b41c6038b08f48cb7e2a7b61e2dd9179 (patch)
tree2a6eb7471e7571aba7969a0402032644813446b2 /lib/CodeGen/ABIInfo.h
parent167cc379756e525bdf5b6b722fd78d415ed0eb2c (diff)
fix a builder, why didn't clang++ catch this?
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@109735 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/ABIInfo.h')
-rw-r--r--lib/CodeGen/ABIInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/ABIInfo.h b/lib/CodeGen/ABIInfo.h
index 642fddb5c8..ade650580c 100644
--- a/lib/CodeGen/ABIInfo.h
+++ b/lib/CodeGen/ABIInfo.h
@@ -52,7 +52,7 @@ namespace clang {
Ignore, /// Ignore the argument (treat as void). Useful for
/// void and empty structs.
- Expand, /// Only valid for aggregate argument types. The
+ Expand, /// Only valid for aggregate argument types. The
/// structure should be expanded into consecutive
/// arguments for its constituent fields. Currently
/// expand is only allowed on structures whose fields