Fix typo in the comment

This commit is contained in:
Sergey Poznyakoff
2006-06-02 15:06:19 +00:00
parent 7cb01d37bb
commit bb6f707781
+1 -1
View File
@@ -28,7 +28,7 @@
AT_SETUP([long file names divisible by block size]) AT_SETUP([long file names divisible by block size])
AT_KEYWORDS([longname long512]) AT_KEYWORDS([longname long512])
dnl Create a directory structure with maximum diractory name length 512-16 dnl Create a directory structure with maximum directory name length 512-16
m4_define([NAME],[0123456789abcde]) m4_define([NAME],[0123456789abcde])
m4_define([FULLNAME],NAME) m4_define([FULLNAME],NAME)
m4_for([N],0,29,,[m4_define([FULLNAME],FULLNAME/NAME)]) m4_for([N],0,29,,[m4_define([FULLNAME],FULLNAME/NAME)])