Typo fix.
authorGreg J. Badros <gjb@cs.washington.edu>
Wed, 5 Jan 2000 18:55:04 +0000 (18:55 +0000)
committerGreg J. Badros <gjb@cs.washington.edu>
Wed, 5 Jan 2000 18:55:04 +0000 (18:55 +0000)
libguile/__scm.h

index db0d2a1..cd04599 100644 (file)
@@ -454,7 +454,7 @@ extern SCM scm_apply_generic (SCM gf, SCM args);
    we are snarfing;  thus we can tell the
    difference between the use of an actual
    number vs. the use of one of these macros --
-   actual numbers in SCM_VALIDATE_*/SCM_ASSERT
+   actual numbers in SCM_VALIDATE_* and SCM_ASSERT
    constructs must match the formal argument name,
    but using SCM_ARG* avoids the test */