[08/11] ir: Fix comment for translation_unit::get_global_scope
Commit Message
From: Dodji Seketeli <dodji@redhat.com>
* src/abg-ir.cc (translation_unit::get_global_scope): Fix comment.
Signed-off-by: Dodji Seketeli <dodji@redhat.com>
---
src/abg-ir.cc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
@@ -1279,11 +1279,11 @@ translation_unit::get_global_scope() const
return const_cast<translation_unit*>(this)->get_global_scope();
}
-/// Getter of the the global scope of the translation unit.
+/// Getter of the global scope of the translation unit.
///
/// @return the global scope of the current translation unit. If
-/// there is not global scope allocated yet, this function creates one
-/// and returns it.
+/// there is not allocated yet, this function creates one and returns
+/// it.
scope_decl_sptr&
translation_unit::get_global_scope()
{