aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/pr3518.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/pr3518.c')
-rw-r--r--test/CodeGen/pr3518.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/pr3518.c b/test/CodeGen/pr3518.c
index 5ce6a6570564..f0c06d9be6dc 100644
--- a/test/CodeGen/pr3518.c
+++ b/test/CodeGen/pr3518.c
@@ -1,6 +1,6 @@
// RUN: %clang_cc1 %s -emit-llvm -o - | FileCheck %s
// PR 3518
-// Some of the objects were coming out as unintialized (external) before 3518
+// Some of the objects were coming out as uninitialized (external) before 3518
// was fixed. Internal names are different between llvm-gcc and clang so they
// are not tested.