]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/des.c
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavutil / des.c
index 9c1a530666fd422fa916fa793fd077130d1d125c..f3482aebd659f8a50f0a8a68fdebc14540616c88 100644 (file)
@@ -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.