diff options
Diffstat (limited to 'clang/test/CodeGen/pr3518.c')
| -rw-r--r-- | clang/test/CodeGen/pr3518.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/pr3518.c b/clang/test/CodeGen/pr3518.c index 5ce6a657056..f0c06d9be6d 100644 --- a/clang/test/CodeGen/pr3518.c +++ b/clang/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. |

