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 693fa30..de8e122 100755 --- a/dat/common/dat_api.c +++ b/dat/common/dat_api.c @@ -218,7 +218,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
