projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ab8a11
)
remove typo
author
Jim Meyering
<jim@meyering.net>
Sat, 25 May 2002 22:39:07 +0000
(22:39 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sat, 25 May 2002 22:39:07 +0000
(22:39 +0000)
lib/file-type.c
patch
|
blob
|
history
diff --git
a/lib/file-type.c
b/lib/file-type.c
index ed2eb1e20e3099dc0191ef84cc3119c2248fb65b..c4ccf0b8f63854b35f10f7d92515e637a3f20f62 100644
(file)
--- a/
lib/file-type.c
+++ b/
lib/file-type.c
@@
-64,8
+64,5
@@
file_type (struct stat const *st)
if (S_TYPEISSHM (st))
return _("shared memory object");
- if (S_TYPEISTMO (st))
- return _("typed memory object");
-
return _("weird file");
}