Skip to content

Commit ad654d0

Browse files
committed
chore: fix typo
1 parent a222703 commit ad654d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Lean/Shell.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ opaque displayCumulativeProfilingTimes : BaseIO Unit
5555
@[extern "lean_internal_has_address_sanitizer"]
5656
opaque Internal.hasAddressSanitizer (_ : Unit) : Bool
5757

58-
/-- Whether Lean was built with multithread support (i.e., `LEAN_MULTI_THREAd`). -/
58+
/-- Whether Lean was built with multithread support (i.e., `LEAN_MULTI_THREAD`). -/
5959
@[extern "lean_internal_is_multi_thread"]
6060
opaque Internal.isMultiThread (_ : Unit) : Bool
6161

0 commit comments

Comments
 (0)