Fix typo.

git-svn-id: http://caml.inria.fr/svn/ocaml/branches/record-disambiguation@13053 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Alain Frisch 2012-10-31 17:44:44 +00:00
parent c991227ab2
commit 4e92b813c1
1 changed files with 1 additions and 1 deletions

View File

@ -731,7 +731,7 @@ let lookup_label lid env =
use ();
desc
let lookup_all_label lid env =
let lookup_all_labels lid env =
try
let lbls = lookup_all_labels lid env in
let wrap_use desc use () =