X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavutil%2Fdes.c;h=f3482aebd659f8a50f0a8a68fdebc14540616c88;hb=686959e87e377c0494da636640e36779dd985c30;hp=9c1a530666fd422fa916fa793fd077130d1d125c;hpb=0665199e438fcdd2000717352fc665a8cf017f7c;p=ffmpeg diff --git a/libavutil/des.c b/libavutil/des.c index 9c1a530666f..f3482aebd65 100644 --- a/libavutil/des.c +++ b/libavutil/des.c @@ -240,7 +240,7 @@ static uint32_t f_func(uint32_t r, uint64_t k) { } /** - * \brief rotate the two halves of the expanded 56 bit key each 1 bit left + * @brief rotate the two halves of the expanded 56 bit key each 1 bit left * * Note: the specification calls this "shift", so I kept it although * it is confusing.