From c188bd84626aab9a42b06bd7c15a0481366afdac Mon Sep 17 00:00:00 2001
From: ballen4705 <ballen4705@4ea69e1a-61f1-4043-bf83-b5c94c648137>
Date: Sat, 26 Oct 2002 06:27:35 +0000
Subject: [PATCH] Fixed comment.

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@135 4ea69e1a-61f1-4043-bf83-b5c94c648137
---
 sm5/atacmds.c   | 4 ++--
 sm5/atacmds.cpp | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sm5/atacmds.c b/sm5/atacmds.c
index 2155f09cc..1dec91323 100644
--- a/sm5/atacmds.c
+++ b/sm5/atacmds.c
@@ -29,7 +29,7 @@
 #include <errno.h>
 #include "atacmds.h"
 
-const char *CVSid1="$Id: atacmds.c,v 1.23 2002/10/24 11:16:51 ballen4705 Exp $" CVSID1;
+const char *CVSid1="$Id: atacmds.c,v 1.24 2002/10/26 06:27:35 ballen4705 Exp $" CVSID1;
 
 // These Drive Identity tables are taken from hdparm 5.2, and are also
 // given in the ATA/ATAPI specs for the IDENTIFY DEVICE command.  Note
@@ -158,7 +158,7 @@ int ataReadHDIdentity (int device, struct hd_driveid *buf){
   memcpy(buf,parms+HDIO_DRIVE_CMD_HDR_SIZE,sizeof(*buf));
   
   // Note -- the declaration that appears in
-  // /usr/include/linux/hdregs.h: short words160_255[95], is WRONG.
+  // /usr/include/linux/hdreg.h: short words160_255[95], is WRONG.
   // It should say: short words160_255[96]. I have written to Andre
   // Hedrick about this on Oct 17 2002.  Please remove this comment
   // once the fix has made it into the stock kernel tree.
diff --git a/sm5/atacmds.cpp b/sm5/atacmds.cpp
index bb116e56f..7b648cd10 100644
--- a/sm5/atacmds.cpp
+++ b/sm5/atacmds.cpp
@@ -29,7 +29,7 @@
 #include <errno.h>
 #include "atacmds.h"
 
-const char *CVSid1="$Id: atacmds.cpp,v 1.23 2002/10/24 11:16:51 ballen4705 Exp $" CVSID1;
+const char *CVSid1="$Id: atacmds.cpp,v 1.24 2002/10/26 06:27:35 ballen4705 Exp $" CVSID1;
 
 // These Drive Identity tables are taken from hdparm 5.2, and are also
 // given in the ATA/ATAPI specs for the IDENTIFY DEVICE command.  Note
@@ -158,7 +158,7 @@ int ataReadHDIdentity (int device, struct hd_driveid *buf){
   memcpy(buf,parms+HDIO_DRIVE_CMD_HDR_SIZE,sizeof(*buf));
   
   // Note -- the declaration that appears in
-  // /usr/include/linux/hdregs.h: short words160_255[95], is WRONG.
+  // /usr/include/linux/hdreg.h: short words160_255[95], is WRONG.
   // It should say: short words160_255[96]. I have written to Andre
   // Hedrick about this on Oct 17 2002.  Please remove this comment
   // once the fix has made it into the stock kernel tree.
-- 
GitLab