From 0311b95bd77da67d23503e4db273ae9abfd207f3 Mon Sep 17 00:00:00 2001
From: Philippe Canal <pcanal@fnal.gov>
Date: Mon, 12 Dec 2016 14:50:54 -0600
Subject: [PATCH] Be more specific about the scope of the comment

---
 io/io/inc/TStreamerInfo.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/io/io/inc/TStreamerInfo.h b/io/io/inc/TStreamerInfo.h
index 5a8abb40231..fa6a37b107f 100644
--- a/io/io/inc/TStreamerInfo.h
+++ b/io/io/inc/TStreamerInfo.h
@@ -156,8 +156,8 @@ public:
 /// | kCharStar| Pointer to array of char |
 /// | kLegacyChar | Equal to TDataType's kchar |
 /// | kBits    | TObject::fBits in case of a referenced object |
-/// | kObject  | Class  derived from TObject, or for TStreamerSTL: non-pointer elements |
-/// | kObjectp | Class* derived from TObject and with    comment field //->Class, or for TStreamerSTL: pointer elements |
+/// | kObject  | Class  derived from TObject, or for TStreamerSTL::fCtype non-pointer elements |
+/// | kObjectp | Class* derived from TObject and with    comment field //->Class, or for TStreamerSTL::fCtype: pointer elements |
 /// | kObjectP | Class* derived from TObject and with NO comment field //->Class |
 /// | kAny     | Class  not derived from TObject |
 /// | kAnyp    | Class* not derived from TObject with    comment field //->Class |
-- 
GitLab