From 766bdbe391d96c580ff26fffcc4ccaa2d0a08ad4 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Tue, 30 Nov 2004 13:36:02 +0000 Subject: [PATCH] typo fixed [r4512] --- ir/adt/iterator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.20.1