Skip to content
Snippets Groups Projects
Commit a6225f09 authored by Liam Healy's avatar Liam Healy Committed by Liam M. Healy
Browse files

Fix typo in docstring

parent 7eb2b9cf
No related branches found
No related tags found
No related merge requests found
;; Macros to interface GSL functions, including definitions necessary for defmfun.
;; Liam Healy
;; Time-stamp: <2009-04-25 23:31:38EDT interface.lisp>
;; $Id$
;; Time-stamp: <2009-11-12 18:11:41EST interface.lisp>
(in-package :gsl)
......@@ -78,7 +77,7 @@
(member value (list +success+ +continue+)))
(defun success-continue (value)
"If status is +success+, return T, othewise return NIL."
"If status is +success+, return T, otherwise return NIL."
(eql value +success+))
(defun check-gsl-status (status-code context)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment