summaryrefslogtreecommitdiff
path: root/examples/ModuleMaker/README.txt
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2011-02-20 12:57:14 +0000
committerDimitry Andric <dim@FreeBSD.org>2011-02-20 12:57:14 +0000
commitcf099d11218cb6f6c5cce947d6738e347f07fb12 (patch)
treed2b61ce94e654cb01a254d2195259db5f9cc3f3c /examples/ModuleMaker/README.txt
parent49011b52fcba02a6051957b84705159f52fae4e4 (diff)
Diffstat (limited to 'examples/ModuleMaker/README.txt')
-rw-r--r--examples/ModuleMaker/README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ModuleMaker/README.txt b/examples/ModuleMaker/README.txt
index ecbe30e4cfe84..66a5d3fe0b1a7 100644
--- a/examples/ModuleMaker/README.txt
+++ b/examples/ModuleMaker/README.txt
@@ -4,5 +4,5 @@
This project is an extremely simple example of using some simple pieces of the
LLVM API. The actual executable generated by this project simply emits an
-LLVM bytecode file to standard output. It is designed to show some basic
+LLVM bitcode file to standard output. It is designed to show some basic
usage of LLVM APIs, and how to link to LLVM libraries.