summaryrefslogtreecommitdiff
path: root/libs/cker/include/cker/gemmlowp/FixedPoint.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/cker/include/cker/gemmlowp/FixedPoint.h')
-rw-r--r--libs/cker/include/cker/gemmlowp/FixedPoint.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/cker/include/cker/gemmlowp/FixedPoint.h b/libs/cker/include/cker/gemmlowp/FixedPoint.h
index da9d25bd4..3ed9778ef 100644
--- a/libs/cker/include/cker/gemmlowp/FixedPoint.h
+++ b/libs/cker/include/cker/gemmlowp/FixedPoint.h
@@ -15,8 +15,8 @@
* limitations under the License.
*/
-#ifndef __NNFW_CKER_FXIED_POINT_H__
-#define __NNFW_CKER_FXIED_POINT_H__
+#ifndef __NNFW_CKER_GEMMLOWP_FIXED_POINT_H__
+#define __NNFW_CKER_GEMMLOWP_FIXED_POINT_H__
#include <algorithm>
#include <cassert>
@@ -288,4 +288,4 @@ inline FixedPoint<0> one_over_one_plus_x_for_x_in_0_1(FixedPoint<0> a)
} // namespace cker
} // namespace nnfw
-#endif // __NNFW_CKER_FXIED_POINT_H__
+#endif // __NNFW_CKER_GEMMLOWP_FIXED_POINT_H__