aboutsummaryrefslogtreecommitdiffstats
path: root/tests/uniq-u.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/uniq-u.c')
-rw-r--r--tests/uniq-u.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/uniq-u.c b/tests/uniq-u.c
index 029150a..dd8bf35 100644
--- a/tests/uniq-u.c
+++ b/tests/uniq-u.c
@@ -1,5 +1,5 @@
/* uniq -- remove duplicate lines from a sorted file
- Copyright (C) 86, 91, 1995-1998, 1999 Free Software Foundation, Inc.
+ Copyright (C) 86, 91, 1995-1998, 1999, 2012 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -58,7 +58,7 @@ xrealloc (void *p, size_t n)
return p;
}
-/* A `struct linebuffer' holds a line of text. */
+/* A 'struct linebuffer' holds a line of text. */
struct linebuffer
{