]> code.delx.au - gnu-emacs/blobdiff - src/regex.c
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
[gnu-emacs] / src / regex.c
index 9c1cd937e5bd7bc53093335897fac602888ea1ee..051a4fdc26b86895bcffe0db767e3e78564b059d 100644 (file)
@@ -26,7 +26,7 @@
      rather than at run-time, so that re_match can be reentrant.
 */
 
-/* AIX requires this to be the first thing in the file. */
+/* AIX requires this to be the first thing in the file.  */
 #if defined _AIX && !defined REGEX_MALLOC
   #pragma alloca
 #endif