fix typo
[gnulib.git] / lib / file-type.h
index 00163b8..385ae87 100644 (file)
@@ -98,6 +98,6 @@ char const *file_type (struct stat const *);
 # define S_TYPEISSHM(Stat_buf_p) 0
 #endif
 
-#ifndef S_TYPEISTMO
-# define S_TYPEISTMO(Stat_buf_p) 0
+#ifndef S_TYPEISMQ
+# define S_TYPEISMQ(Stat_buf_p) 0
 #endif