From 03904bb47b60fbf1369ca3d3160000c629e0b5a5 Mon Sep 17 00:00:00 2001 From: MoFtZ Date: Mon, 25 Dec 2023 22:00:01 +1100 Subject: [PATCH] Spelling --- Src/ILGPU/IR/Verifier.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/ILGPU/IR/Verifier.cs b/Src/ILGPU/IR/Verifier.cs index 9c18e0a470..7cf7d2bf5a 100644 --- a/Src/ILGPU/IR/Verifier.cs +++ b/Src/ILGPU/IR/Verifier.cs @@ -204,7 +204,7 @@ public ControlFlowVerifier(Method method, VerificationResult result) #region Methods /// - /// Creates new predecessor and successor ink sets. + /// Creates new predecessor and successor link sets. /// /// The current block. private void CreateLinkSets(BasicBlock block)