changeset 3850:0f8bc449b3d0

remove typo
author Jim Meyering <jim@meyering.net>
date Sat, 25 May 2002 22:39:07 +0000
parents 61f6bd3f7d2a
children 6cc57666de25
files lib/file-type.c
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lib/file-type.c
+++ b/lib/file-type.c
@@ -64,8 +64,5 @@
   if (S_TYPEISSHM (st))
     return _("shared memory object");
 
-  if (S_TYPEISTMO (st))
-    return _("typed memory object");
-
   return _("weird file");
 }