fix comment text

This commit is contained in:
Mohamed Hegazy
2014-09-23 13:44:39 -07:00
parent a6fdad1e97
commit 12572576c8
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
// accessing any private outside the class is an error
// accessing any protected outside the class is an error
class C {
protected x;