summaryrefslogtreecommitdiffstats
path: root/llvm/docs/GarbageCollection.rst
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2014-06-30 18:57:16 +0000
committerAlp Toker <alp@nuanti.com>2014-06-30 18:57:16 +0000
commitcf21875d41772a865c6a71ebeccca3d1a7afcfc2 (patch)
tree3c0afdb5c10328612fcc9502b8c9d10c5857e423 /llvm/docs/GarbageCollection.rst
parentb792a01e136887dee4151fc4ef45913f732dd047 (diff)
downloadbcm5719-llvm-cf21875d41772a865c6a71ebeccca3d1a7afcfc2.tar.gz
bcm5719-llvm-cf21875d41772a865c6a71ebeccca3d1a7afcfc2.zip
Fix 'platform-specific' hyphenations
llvm-svn: 212056
Diffstat (limited to 'llvm/docs/GarbageCollection.rst')
-rw-r--r--llvm/docs/GarbageCollection.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/GarbageCollection.rst b/llvm/docs/GarbageCollection.rst
index 323a6ea8165..dc6dab1d336 100644
--- a/llvm/docs/GarbageCollection.rst
+++ b/llvm/docs/GarbageCollection.rst
@@ -633,7 +633,7 @@ Threaded
Denotes a multithreaded mutator; the collector must still stop the mutator
("stop the world") before beginning reachability analysis. Stopping a
multithreaded mutator is a complicated problem. It generally requires highly
- platform specific code in the runtime, and the production of carefully
+ platform-specific code in the runtime, and the production of carefully
designed machine code at safe points.
Concurrent
OpenPOWER on IntegriCloud