OSDN Git Service

Fix typo in error message.
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 21 Sep 2011 00:11:31 +0000 (00:11 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 21 Sep 2011 00:11:31 +0000 (00:11 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@179025 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/go/gofrontend/parse.cc

index bf084e0..b91bfbd 100644 (file)
@@ -340,7 +340,7 @@ Parse::type_name(bool issue_error)
       else
        {
          const std::string& packname(package->package_value()->name());
-         error_at(location, "reference to undefined identifer %<%s.%s%>",
+         error_at(location, "reference to undefined identifier %<%s.%s%>",
                   Gogo::message_name(packname).c_str(),
                   Gogo::message_name(name).c_str());
          issue_error = false;