From bc5fb33608b5d8b4ecfca81c3fe25df37dfd2322 Mon Sep 17 00:00:00 2001
From: Philippe Canal <pcanal@fnal.gov>
Date: Fri, 17 Jun 2016 09:19:31 -0500
Subject: [PATCH] typo

---
 core/metautils/src/TMetaUtils.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/metautils/src/TMetaUtils.cxx b/core/metautils/src/TMetaUtils.cxx
index 7a3073c4c59..fa6da451eaa 100644
--- a/core/metautils/src/TMetaUtils.cxx
+++ b/core/metautils/src/TMetaUtils.cxx
@@ -2647,7 +2647,7 @@ clang::RecordDecl *ROOT::TMetaUtils::GetUnderlyingRecordDecl(clang::QualType typ
    const clang::Type *rawtype = ROOT::TMetaUtils::GetUnderlyingType(type);
 
    if (rawtype->isFundamentalType() || rawtype->isEnumeralType()) {
-      // not an ojbect.
+      // not an object.
       return 0;
    }
    return rawtype->getAsCXXRecordDecl();
-- 
GitLab