diff options
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/cpu.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/utils/cpu.h b/src/utils/cpu.h index 88d35933d..01e29d705 100644 --- a/src/utils/cpu.h +++ b/src/utils/cpu.h @@ -18,8 +18,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef UTILD_CPU_H -#define UTILD_CPU_H +#ifndef UTILS_CPU_H +#define UTILS_CPU_H #include "localconsts.h" @@ -41,4 +41,4 @@ namespace Cpu void printFlags(); } // namespace CPU -#endif // UTILD_CPU_H +#endif // UTILS_CPU_H |