1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Merge pull request #26567 from FantasqueX:fix-typo-2

fix typo in AlgorithmHint description
This commit is contained in:
Alexander Smorkalov
2024-12-04 14:27:20 +03:00
committed by GitHub
@@ -602,7 +602,7 @@ bool isAligned(const void* p1, const void* p2, const void* p3, const void* p4)
return isAligned<N>(((size_t)p1)|((size_t)p2)|((size_t)p3)|((size_t)p4));
}
/*! @brief Flags that allow to midify some functions behavior. Used as set of flags.
/*! @brief Flags that allow to modify some functions' behavior. Used as set of flags.
*/
enum AlgorithmHint {
ALGO_HINT_DEFAULT = 0, //!< Default algorithm behaviour defined during OpenCV build