diff --git a/src/tagBam/tagBam.cpp b/src/tagBam/tagBam.cpp
index d7474e046420247c4d0b9870ea93947b024b45d1..02e8e4fd8a636abd57f176005c57a3a4f6695564 100644
--- a/src/tagBam/tagBam.cpp
+++ b/src/tagBam/tagBam.cpp
@@ -123,7 +123,7 @@ void TagBam::Tag() {
                     if (hits.size() > 0) annotations << ";";
                     hits.clear();
                 }
-                // use the name field from the annotation files to populate tag
+                // use the full interval information annotation files to populate tag
                 else if (!_useNames && !_useScores && _useIntervals) {
                     anno->FindOverlapsPerBin(a.chrom, a.start, a.end, a.strand, hits, _sameStrand, _diffStrand);
                     for (size_t j = 0; j < hits.size(); ++j) {