]> granicus.if.org Git - clang/commitdiff
Fix tyop.
authorAnders Carlsson <andersca@mac.com>
Sat, 19 Dec 2009 06:37:03 +0000 (06:37 +0000)
committerAnders Carlsson <andersca@mac.com>
Sat, 19 Dec 2009 06:37:03 +0000 (06:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91761 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DiagnosticSemaKinds.td

index b2ff5ee105aec529474a9491cc4a9466b79924a1..25f9693ec0b42b7d5e65b747aa75e0106f559a80 100644 (file)
@@ -1622,7 +1622,7 @@ def err_typecheck_incomplete_array_needs_initializer : Error<
   "definition of variable with array type needs an explicit size "
   "or an initializer">;
 def err_array_init_not_init_list : Error<
-  "array initializater must be an initializer "
+  "array initializer must be an initializer "
   "list%select{| or string literal}0">;
 
 def err_realimag_invalid_type : Error<"invalid type %0 to %1 operator">;