From d75740f2e917e48488f60f0d95bd4d49ff7bce28 Mon Sep 17 00:00:00 2001 From: John Clements Date: Tue, 13 Oct 2009 20:55:19 +0000 Subject: [PATCH] I can't help fixing grammatical errors, sorry svn: r16313 --- collects/ffi/sndfile.ss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/collects/ffi/sndfile.ss b/collects/ffi/sndfile.ss index 0ee3270821..a3dd4358c7 100644 --- a/collects/ffi/sndfile.ss +++ b/collects/ffi/sndfile.ss @@ -9,11 +9,11 @@ ;; This is the scheme represtenatation of the soundfile that is handeled by ;; libsndfile. -;; In libsndfile the sndfile object is represenetd as a pointer when -;; translating scheme->c the struct will just return the pointer when +;; In libsndfile the sndfile object is represented as a pointer. When +;; translating scheme->c the struct will just return the pointer. When ;; translating from c->scheme, ie. creating the object in scheme it will be -;; wraped by an object finilazer that uses the libsndfile fuction sf_close that -;; return a 0 upon sucsessfull termination or an error. +;; wrapped by an object finalizer that uses the libsndfile fuction sf_close that +;; returns a 0 upon successful termination or an error. (define-struct sndfile (ptr [info #:mutable])) (define _sndfile (make-ctype _pointer sndfile-ptr