1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 13:11:39 +01:00

Fix typo: intepreter->interpreter.

llvm-svn: 74770
This commit is contained in:
Torok Edwin 2009-07-03 12:11:32 +00:00
parent a585a43092
commit 644892577f

View File

@ -9,7 +9,7 @@
//
// This utility provides a simple wrapper around the LLVM Execution Engines,
// which allow the direct execution of LLVM programs through a Just-In-Time
// compiler, or through an intepreter if no JIT is available for this platform.
// compiler, or through an interpreter if no JIT is available for this platform.
//
//===----------------------------------------------------------------------===//