]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Small comment fix for the UInt* cfsi_m index : 4 instead of 3
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Fri, 4 Jul 2014 22:52:01 +0000 (22:52 +0000)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Fri, 4 Jul 2014 22:52:01 +0000 (22:52 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14130

coregrind/m_debuginfo/priv_storage.h

index 65c65189f84c025b69ceec6ec574e32d4c560412..5740442876eaa96ed766a9b4351599398a9ae8cc 100644 (file)
@@ -841,7 +841,7 @@ struct _DebugInfo {
       cfsi_base[i] is given
         by ((UChar*) cfsi_m_ix)[i] if sizeof_ix == 1
         by ((UShort*)cfsi_m_ix)[i] if sizeof_ix == 2
-        by ((UInt*)  cfsi_m_ix)[i] if sizeof_ix == 3.
+        by ((UInt*)  cfsi_m_ix)[i] if sizeof_ix == 4.
 
       The end of the code range starting at cfsi_base[i] is given by
       cfsi_base[i+1]-1 (or cfsi_maxavma for  cfsi_base[cfsi_used-1]).