]> granicus.if.org Git - taglib/commitdiff
Oops. Make the docs accurate.
authorScott Wheeler <wheeler@kde.org>
Tue, 27 Apr 2004 01:21:30 +0000 (01:21 +0000)
committerScott Wheeler <wheeler@kde.org>
Tue, 27 Apr 2004 01:21:30 +0000 (01:21 +0000)
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@306703 283d02a7-25f6-0310-bc7c-ecb5cbfe19da

toolkit/tbytevector.h

index f31d5786e33ecdfab639982ff5e6734f3203341f..31265e90c68b73bc775347d6bb80706362dd5d83 100644 (file)
@@ -248,8 +248,7 @@ namespace TagLib {
      *
      * If \a mostSignificantByteFirst is true this will operate left to right
      * evaluating the integer.  For example if \a mostSignificantByteFirst is
-     * true then $00 $00 $00 $01 == 0x00000001 == 1, if false, $01 00 00 00 ==
-     * 0x01000000 == 1.
+     * true then $00 $01 == 0x0001 == 1, if false, $01 00 == 0x01000000 == 1.
      *
      * \see fromShort()
      */