diff options
Diffstat (limited to 'volk')
-rw-r--r-- | volk/include/volk/volk_complex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/volk/include/volk/volk_complex.h b/volk/include/volk/volk_complex.h index b20b5cf47..f2fd17342 100644 --- a/volk/include/volk/volk_complex.h +++ b/volk/include/volk/volk_complex.h @@ -2,7 +2,7 @@ #define INCLUDE_VOLK_COMPLEX_H /*! - \brief This header file is to prevent issues with having <complex> and <complex.h> variables in the same code as the gcc compiler does not allow that + \brief This header file is to prevent issues with having "complex" and "complex.h" variables in the same code as the gcc compiler does not allow that */ #ifdef __cplusplus |