llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
28.51k stars 11.79k forks source link

Typo in Kaleidoscope tutorial, chapter 6 #28494

Closed Vort closed 8 years ago

Vort commented 8 years ago
Bugzilla Link 28120
Resolution FIXED
Resolved on Jun 14, 2016 11:05
Version unspecified
OS Windows NT
CC @dwblaikie,@zmodem,@lhames

Extended Description

Please replace all "mandle" with "mandel" here: http://llvm.org/docs/tutorial/LangImpl6.html Reference: https://en.wikipedia.org/wiki/Benoit_Mandelbrot

One more bug: http://llvm.org/docs/tutorial/LangImpl1.html: "Chapter #​9" link goes to chapter 8.

zmodem commented 8 years ago

Fixed in r272681. Many thanks!