]> granicus.if.org Git - gc/commitdiff
Fix unpaired quote symbol in README.Mac
authorIvan Maidanski <ivmai@mail.ru>
Fri, 12 May 2017 14:21:19 +0000 (17:21 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 24 May 2017 22:06:43 +0000 (01:06 +0300)
* doc/README.Mac: Fix a typo (remove unpaired double-quote).

doc/README.Mac

index f77d1c4387fefee6aa0705be02e29ec8875ae92b..cad509677e1f443c61ac0933c919614b368b6c65 100644 (file)
@@ -271,7 +271,7 @@ action! malloc will call GC_malloc and free GC_free, new/delete too. You
 don't have to call free or delete. You may have to be a bit cautious about
 delete if you're freeing other resources than RAM. See gc_cpp.h. You can
 also keep coding as always with delete/free. That works too. If you want,
-"include <gc.h> and tweak its use a bit.
+include "gc.h" and tweak its use a bit.
 
 == Symantec SPM ==