]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* configure.ac: Fixed typo in --enable-cache-stats description.
authorSzymon Janc <szymon@janc.net.pl>
Fri, 19 Aug 2011 15:24:18 +0000 (17:24 +0200)
committerSzymon Janc <szymon@janc.net.pl>
Fri, 19 Aug 2011 15:24:18 +0000 (17:24 +0200)
ChangeLog.cacheinfo
configure.ac

index a26271cca7f6eb012adf14b1b4f98d6a864abca4..7e24e10838716357b07d171f1a05298e124921f1 100644 (file)
@@ -1,3 +1,7 @@
+2011-08-19  Szymon Janc <szymon@janc.net.pl>
+
+       * configure.ac: Fixed typo in --enable-cache-stats description.
+
 2010-10-05  Szymon Janc <szymon@janc.net.pl>
 
        Make enable of disk cache statistics code configurable.
index 5f7846d414071777947b5282ed73efc24063aacc..224c9c9de2e23b4316f7b2e399d3202f9eb51f37 100644 (file)
@@ -719,7 +719,7 @@ AC_ARG_ENABLE([mm-debug],
 
 AC_ARG_ENABLE([cache-stats],
              AS_HELP_STRING([--enable-cache-stats],
-                             [enable disk cache statistics collection])])
+                             [enable disk cache statistics collection]))
 
 if test x$enable_cache_stats = xyes; then
   DISK_CACHE_STATS=1