summaryrefslogtreecommitdiff
path: root/willow/include
diff options
context:
space:
mode:
Diffstat (limited to 'willow/include')
-rw-r--r--willow/include/willow/IR/Instruction.h2
-rw-r--r--willow/include/willow/IR/Verifier.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/willow/include/willow/IR/Instruction.h b/willow/include/willow/IR/Instruction.h
index 39e0469..0702b20 100644
--- a/willow/include/willow/IR/Instruction.h
+++ b/willow/include/willow/IR/Instruction.h
@@ -1,4 +1,4 @@
-#ifndef WILLOW_INCLUDE_Ia_INSTRUCTION_H
+#ifndef WILLOW_INCLUDE_IR_INSTRUCTION_H
#define WILLOW_INCLUDE_IR_INSTRUCTION_H
#include <willow/IR/Location.h>
diff --git a/willow/include/willow/IR/Verifier.h b/willow/include/willow/IR/Verifier.h
index b5df294..9fe1618 100644
--- a/willow/include/willow/IR/Verifier.h
+++ b/willow/include/willow/IR/Verifier.h
@@ -1,8 +1,8 @@
#ifndef WILLOW_INCLUDE_IR_VERIFIER_H
#define WILLOW_INCLUDE_IR_VERIFIER_H
-/// \file These are generic helpers for verification of IR, that can be used to
-/// check the validity of a transformation.
+/// \file Verifier.h These are generic helpers for verification of IR, that can
+/// be used to check the validity of a transformation.
#include <willow/Util/LogicalResult.h>