Fix small typos in the coding rule enforcement warnings.
authorVille Voutilainen <ville.voutilainen@gmail.com>
Wed, 23 Sep 2015 18:22:21 +0000 (21:22 +0300)
committerVille Voutilainen <ville@gcc.gnu.org>
Wed, 23 Sep 2015 18:22:21 +0000 (21:22 +0300)
commit99474f812e6cc226e01b5a2e1f28695983ff477b
tree2d2fc8e57eb096ecb42ce6cb6c9d5b3a621e688a
parent46efdbbc0113427e165b0d3635d5a26fb83d1448
Fix small typos in the coding rule enforcement warnings.

/cp
2015-09-23  Ville Voutilainen  <ville.voutilainen@gmail.com>

Fix small typos in the coding rule enforcement warnings.
* parser.c (cp_parser_namespace_definition): Replace 'namepace'
with 'namespace'.

/testsuite
2015-09-23  Ville Voutilainen  <ville.voutilainen@gmail.com>

Fix small typos in the coding rule enforcement warnings.
* g++.dg/diagnostic/disable.C: Replace 'namepace'
with 'namespace'.

From-SVN: r228061
gcc/cp/ChangeLog
gcc/cp/parser.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/diagnostic/disable.C