From 2029284820c026e70dac4ab89ef4f6cd111ebcae Mon Sep 17 00:00:00 2001 From: George Bosilca Date: Mon, 18 Sep 2006 17:57:55 +0000 Subject: [PATCH] Typo. This commit was SVN r11695. --- ompi/class/ompi_pointer_array.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/class/ompi_pointer_array.h b/ompi/class/ompi_pointer_array.h index afc70258b3..27dd7ca323 100644 --- a/ompi/class/ompi_pointer_array.h +++ b/ompi/class/ompi_pointer_array.h @@ -53,7 +53,7 @@ struct ompi_pointer_array_t { It does \em not necessarily imply indices all above this index are not taken! */ int lowest_free; - /** number of fee elements in the list */ + /** number of free elements in the list */ int number_free; /** size of list, i.e. number of elements in addr */ int size;