From cf21875d41772a865c6a71ebeccca3d1a7afcfc2 Mon Sep 17 00:00:00 2001 From: Alp Toker Date: Mon, 30 Jun 2014 18:57:16 +0000 Subject: Fix 'platform-specific' hyphenations llvm-svn: 212056 --- llvm/docs/GarbageCollection.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/docs/GarbageCollection.rst') 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 -- cgit v1.2.3