From owner-cvs-all Sat Aug 8 07:19:20 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA16945 for cvs-all-outgoing; Sat, 8 Aug 1998 07:19:20 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA16939; Sat, 8 Aug 1998 07:19:18 -0700 (PDT) (envelope-from alex@FreeBSD.org) From: Alex Nash Received: (from alex@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA04523; Sat, 8 Aug 1998 07:19:16 -0700 (PDT) Date: Sat, 8 Aug 1998 07:19:16 -0700 (PDT) Message-Id: <199808081419.HAA04523@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/examples/lkm/misc/module miscmod.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 1998/08/08 07:19:16 PDT Modified files: share/examples/lkm/misc/module miscmod.c Log: Typo fix. The PR suggested that "save are for old callslot entry" should be "slot area for old callslot entry", but I think "save area for old callslot entry" is what was intended. PR: 7526 Revision Changes Path 1.8 +1 -1 src/share/examples/lkm/misc/module/miscmod.c