Skip to content

Commit

Permalink
[circle-mpqsolver] Fix typo (#11678)
Browse files Browse the repository at this point in the history
This commit fixes typo in MPQSolver.h.

ONE-DCO-1.0-Signed-off-by: s.malakhov <[email protected]>
  • Loading branch information
stamalakhov authored Oct 5, 2023
1 parent 1aa875a commit a4f34af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions compiler/circle-mpqsolver/src/MPQSolver.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
* limitations under the License.
*/

#ifndef __MPQSOLVER_MPQSOLEVR_SOLVER_H__
#define __MPQSOLVER_MPQSOLEVR_SOLVER_H__
#ifndef __MPQSOLVER_MPQSOLVER_SOLVER_H__
#define __MPQSOLVER_MPQSOLVER_SOLVER_H__

#include "core/Quantizer.h"
#include <core/DumpingHooks.h>
Expand Down Expand Up @@ -64,4 +64,4 @@ class MPQSolver

} // namespace mpqsolver

#endif //__MPQSOLVER_MPQSOLEVR_SOLVER_H__
#endif //__MPQSOLVER_MPQSOLVER_SOLVER_H__

0 comments on commit a4f34af

Please sign in to comment.