From 0d3dbf93cced464edbed7585bab20aa5dd8dc969 Mon Sep 17 00:00:00 2001
From: Jorrit Fahlke <joe@dune-project.org>
Date: Mon, 3 Sep 2012 09:26:09 +0000
Subject: [PATCH] [hdf5.m4] Improve comment.

[[Imported from SVN: r6952]]
---
 m4/hdf5.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/m4/hdf5.m4 b/m4/hdf5.m4
index fe6f393f4..4f8d4b502 100644
--- a/m4/hdf5.m4
+++ b/m4/hdf5.m4
@@ -84,7 +84,7 @@ AC_DEFUN([DUNE_PATH_HDF5],[
    [HAVE_HDF5=1],
    [HAVE_HDF5=0])
 	
- # Just fotr the configure check, -L has to go into LIBS in the end
+ # Just for the configure check.  In the end, -L has to go into LIBS.
  LDFLAGS="$LDFLAGS $_dune_hdf5_libpath"
  # test for lib
  if test x$HAVE_HDF5 = x1 ; then
-- 
GitLab