summaryrefslogtreecommitdiff
path: root/src/factor.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-04-21 03:19:26 +0000
committerJim Meyering <jim@meyering.net>1999-04-21 03:19:26 +0000
commite8b570e45a18f2f304149246aca24ecd24b6b84c (patch)
tree0b6910d48960ddd7b7fdb840394a744ad552cdf3 /src/factor.c
parentcf6eaeb03b16e0369b88a694efc459c69f7e66af (diff)
downloadcoreutils-e8b570e45a18f2f304149246aca24ecd24b6b84c.tar.xz
update comment
Diffstat (limited to 'src/factor.c')
-rw-r--r--src/factor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/factor.c b/src/factor.c
index 1ea7cecfc..dd696e5e4 100644
--- a/src/factor.c
+++ b/src/factor.c
@@ -1,4 +1,4 @@
-/* factor -- print factors of n. lose if n > 2^32.
+/* factor -- print factors of n.
Copyright (C) 86, 95, 96, 1997, 1998, 1999 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify