summaryrefslogtreecommitdiff
path: root/biosdecode.c
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2008-11-24 09:31:56 +0000
committerJean Delvare <jdelvare@suse.de>2008-11-24 09:31:56 +0000
commit9800ce7f26e1e688f12ecd14747473bd61871ad2 (patch)
treecd2c9900d8180a43097b11e3de821f947aa6f8d1 /biosdecode.c
parent303a9273b8714c4e45ea44043da3cc8a542d88f1 (diff)
downloaddmidecode-git-9800ce7f26e1e688f12ecd14747473bd61871ad2.tar.gz
Update copyright year, simplify comment.
Diffstat (limited to 'biosdecode.c')
-rw-r--r--biosdecode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/biosdecode.c b/biosdecode.c
index 8a08cfd..09acb43 100644
--- a/biosdecode.c
+++ b/biosdecode.c
@@ -2,7 +2,7 @@
* BIOS Decode
*
* Copyright (C) 2000-2002 Alan Cox <alan@redhat.com>
- * Copyright (C) 2002-2007 Jean Delvare <khali@linux-fr.org>
+ * Copyright (C) 2002-2008 Jean Delvare <khali@linux-fr.org>
*
* 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
@@ -544,7 +544,7 @@ static struct bios_entry bios_entries[] = {
{ NULL, 0, 0, 0, NULL, NULL }
};
-/* Believe it or not, this is significantly faster than memcmp and strncmp */
+/* Believe it or not, this is significantly faster than memcmp */
static int anchor_match(const struct bios_entry *entry, const char *p)
{
size_t i;