From 98f1b8da94368225c28ca4479e7b48cee85bda88 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Fri, 16 Nov 2012 15:59:31 -0700 Subject: [PATCH] typo/update comment --- collects/openssl/libcrypto.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/openssl/libcrypto.rkt b/collects/openssl/libcrypto.rkt index 32e09b72ef..64d12bc0d2 100644 --- a/collects/openssl/libcrypto.rkt +++ b/collects/openssl/libcrypto.rkt @@ -8,7 +8,7 @@ (define libcrypto-load-fail-reason #f) -;; We need to declare because they might be distributed with PLT Scheme +;; We need to declare because they might be distributed with Racket, ;; in which case they should get bundled with stand-alone executables: (define-runtime-path libcrypto-so (case (system-type)