Rename macro to more appropiate name.
[bertos.git] / bertos / sec / cipher.h
index 845a32d24a72b890eec5437f6299b6128cfbcfab..22eb313bdd27e3f08db35394962d786e1971f63d 100644 (file)
@@ -196,7 +196,7 @@ void cipher_ctr_step(BlockCipher *c, void *block);
 /**
  * Initialize OFB by setting the IV.
  *
- * \note the memory pointed by \a iv will be used and modified by the CBC
+ * \note the memory pointed by \a iv will be used and modified by the OFB
  * functions. It is caller's responsibility to keep it available until there is
  * no more OFB work to do.
  */