diff options
Diffstat (limited to 'gcc/cp/semantics.c')
-rw-r--r-- | gcc/cp/semantics.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/semantics.c b/gcc/cp/semantics.c index 5d50ea6..95d09f1 100644 --- a/gcc/cp/semantics.c +++ b/gcc/cp/semantics.c @@ -1348,7 +1348,7 @@ check_accessibility_of_qualified_id (tree decl, tree scope; tree qualifying_type = NULL_TREE; - /* If we're not checking, return imediately. */ + /* If we're not checking, return immediately. */ if (deferred_access_no_check) return; |