Fix typo.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@43269 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/struct.c b/test/CodeGen/struct.c
index cc6f0aa..0091799 100644
--- a/test/CodeGen/struct.c
+++ b/test/CodeGen/struct.c
@@ -43,7 +43,7 @@
   int data;
   struct NA *next;
 } NA;
-void f1() {  A a; }
+void f1() {  NA a; }
 
 typedef struct NB {
   int d1;