summaryrefslogtreecommitdiff
path: root/doc/README.cmake
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2014-01-31 21:04:28 +0400
committerIvan Maidanski <ivmai@mail.ru>2014-02-01 00:34:58 +0400
commit2473707be5dec4cb480b11377a5c4f98edf8a479 (patch)
tree98625ac1dd093ba0a67c0422ed9db191bceb8b0d /doc/README.cmake
parent04879212fb2e3418c1c4dc2f3bc4211476ea0560 (diff)
downloadbdwgc-2473707be5dec4cb480b11377a5c4f98edf8a479.tar.gz
Fix 'e.g.' typos in comments and documentation
* doc/README.cmake: Fix typo (e.g.). * doc/README.solaris2: Likewise. * doc/README.solaris2: Likewise. * doc/README.win32: Likewise. * include/gc.h (GC_register_my_thread): Fix typo in a comment (e.g.). * include/leak_detector.h: Likewise. * misc.c (GC_VSNPRINTF): Likewise. * pthread_stop_world.c (GC_unblock_gc_signals): Likewise.
Diffstat (limited to 'doc/README.cmake')
-rw-r--r--doc/README.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.cmake b/doc/README.cmake
index 3eb347c0..e691fa95 100644
--- a/doc/README.cmake
+++ b/doc/README.cmake
@@ -32,12 +32,12 @@ BUILD PROCESS
. install cmake (cmake.org)
. add directory containing cmake.exe to %PATH%
. run cmake from the gc root directory, passing the target with -G:
- eg.
+ e.g.,
> cmake -G "Visual Studio 8 2005"
use the gc.sln file generated by cmake to build gc
. you can also run cmake from a build directory to build outside of
the source tree. Just specify the path to the source tree:
- eg.
+ e.g.,
> mkdir build
> cd build
> cmake .. -G "Visual Studio 8 2005"