summaryrefslogtreecommitdiff
path: root/willow/include
diff options
context:
space:
mode:
authorStefan Weigl-Bosker <stefan@s00.xyz>2026-01-13 15:25:34 -0500
committerGitHub <noreply@github.com>2026-01-13 15:25:34 -0500
commit291bec344a99cd4a4874117d31fa1c66194fa81e (patch)
treefa1388af5580a1ca3a926d003122574d67640a2e /willow/include
parentad744d11a70136459256f28380ec99c9274fb77d (diff)
downloadcompiler-291bec344a99cd4a4874117d31fa1c66194fa81e.tar.gz
[willow]: documentation cleanup (#4)
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>