summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2013-12-05 04:47:09 +0000
committerAlp Toker <alp@nuanti.com>2013-12-05 04:47:09 +0000
commitd473363876d4b582c3bea969f4a4efffa7607f87 (patch)
tree27b188c9c0469ffa0437d77407ec520cb9920c56 /clang/test/CodeGen
parent62acf8624c135d6d679d94bbc22711b92a9ea781 (diff)
downloadbcm5719-llvm-d473363876d4b582c3bea969f4a4efffa7607f87.tar.gz
bcm5719-llvm-d473363876d4b582c3bea969f4a4efffa7607f87.zip
Correct hyphenations in comments and assert messages
This patch tries to avoid unrelated changes other than fixing a few hyphen-related ambiguities in nearby lines. llvm-svn: 196466
Diffstat (limited to 'clang/test/CodeGen')
-rw-r--r--clang/test/CodeGen/debug-info-iv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/debug-info-iv.c b/clang/test/CodeGen/debug-info-iv.c
index aafd71d2ec2..7511f9d58bb 100644
--- a/clang/test/CodeGen/debug-info-iv.c
+++ b/clang/test/CodeGen/debug-info-iv.c
@@ -7,7 +7,7 @@ static void test_indvars(int *Array1, int Array2[100][200]) {
Array1[1] = Array2[3][6] = 12345;
for (i = 0; i < 100; i+=2)
- Array1[i] = i; /* Step by non unit amount */
+ Array1[i] = i; /* Step by non-unit amount */
for (i = 3; i < 103; i++)
Array1[i] = i+4; /* Step with an offset */
OpenPOWER on IntegriCloud