Skip to content

Commit 8356a70

Browse files
committed
Tex habits die hard. Loose the backticks for nouns.
1 parent ef75122 commit 8356a70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Introduction
66
============
77

88
This project, WLLVM, provides tools for building whole-program (or
9-
whole-library) LLVM bitcode files from an unmodified `C` or `C++`
9+
whole-library) LLVM bitcode files from an unmodified C or C++
1010
source package. It currently runs on `*nix` platforms such as Linux,
1111
FreeBSD, and Mac OS X.
1212

@@ -22,7 +22,7 @@ utility to read the contents of the dedicated section and link all of
2222
the bitcode into a single whole-program bitcode file. This utility
2323
works for both executable and native libraries.
2424

25-
Currently, WLLVM works with either `clang` or the `gcc` dragonegg plugin.
25+
Currently, WLLVM works with either clang or the gcc dragonegg plugin.
2626

2727
This two-phase build process is necessary to be a drop-in replacement
2828
for gcc or g++ in any build system. Using the LTO framework in gcc

0 commit comments

Comments
 (0)