Skip to content

Commit

Permalink
fix `box-cas!' name in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
mflatt committed May 4, 2012
1 parent 3c49e78 commit 0a7ac91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/racket/src/list.c
Expand Up @@ -1632,7 +1632,7 @@ XFORM_SKIP_PROC
*/

if (!SCHEME_MUTABLE_BOXP(box)) {
scheme_wrong_type("cas!", "non-impersonated mutable box", 0, 1, &box);
scheme_wrong_type("box-cas!", "non-impersonated mutable box", 0, 1, &box);
}

#ifdef MZ_USE_FUTURES
Expand Down

0 comments on commit 0a7ac91

Please sign in to comment.