From: Michael Beck Date: Tue, 30 Nov 2004 13:36:02 +0000 (+0000) Subject: typo fixed X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=766bdbe391d96c580ff26fffcc4ccaa2d0a08ad4;p=libfirm typo fixed [r4512] --- diff --git a/ir/adt/iterator.h b/ir/adt/iterator.h index 1e984462d..68847105b 100644 --- a/ir/adt/iterator.h +++ b/ir/adt/iterator.h @@ -7,7 +7,7 @@ /** * Check, if some memory object appears to be an iterator. - * @param ptr SOme memory. + * @param ptr Some memory. * @return 1, if that memory area appears to be an iterator, 0 if not. */ int is_iterator(const void *ptr);