From 21c6e08e4dad5c27ae87612ccd3ec4596dd2147f Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sun, 15 Nov 2009 14:26:32 +0000 Subject: [PATCH] fix typo svn: r16784 --- collects/scribblings/foreign/types.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/foreign/types.scrbl b/collects/scribblings/foreign/types.scrbl index 44dc8a04eb..c249299881 100644 --- a/collects/scribblings/foreign/types.scrbl +++ b/collects/scribblings/foreign/types.scrbl @@ -932,7 +932,7 @@ The @scheme[basetype] argument specifies the base type to use.} @defproc[(_bitmask [symbols (or symbol? list?)][basetype ctype? _uint]) ctype?]{ Similar to @scheme[_enum], but the resulting mapping translates a list -of symbols to a number and back, using @scheme[bitwise-or]. A single +of symbols to a number and back, using @scheme[bitwise-ior]. A single symbol is equivalent to a list containing just the symbol. The default @scheme[basetype] is @scheme[_uint], since high bits are often used for flags.}