Skip to content

Commit 61e5bc3

Browse files
authored
[SandboxIR] Fix typo in doc (llvm#167315)
1 parent 0bae337 commit 61e5bc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/docs/SandboxIR.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Within your LLVM pass:
88

99
``` C++
1010
// 1. Include the necessary Sandbox IR header files.
11-
#include "llvm/SandboxIR/Context.h
12-
#include "llvm/SandboxIR/Function.h
11+
#include "llvm/SandboxIR/Context.h"
12+
#include "llvm/SandboxIR/Function.h"
1313

1414
// 2. Create a sandboxir::Context using LLVMContext `LLVMCtx`.
1515
sandboxir::Context Ctx(LLVMCtx);

0 commit comments

Comments
 (0)