Fix typo in comment. Signed-off-by: Patrick Marchand Latifi <[EMAIL PROTECTED]> ---
dat/common/dat_api.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dat/common/dat_api.c b/dat/common/dat_api.c index 2cfa4a3..87ad722 100644 --- a/dat/common/dat_api.c +++ b/dat/common/dat_api.c @@ -209,7 +209,7 @@ dats_get_ia_handle( * The current implementation assumes that any value for which an IA * handle exists is a DAT_IA_HANDLE. Unfortunately this will result in * false positives. In particular it may identify a NULL pointer as IA - * handle 0. An implmenetation that does not have this deficiency would + * handle 0. An implementation that does not have this deficiency would * be preferable. * ***********************************************************************/ _______________________________________________ general mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
