summaryrefslogtreecommitdiffstats
path: root/sys/dev/sr
diff options
context:
space:
mode:
authorarchie <archie@FreeBSD.org>1999-11-02 22:24:41 +0000
committerarchie <archie@FreeBSD.org>1999-11-02 22:24:41 +0000
commit628b90e4ea2d9a91912eec03ae3440ea3865f558 (patch)
tree26164109b434492af3a4acb2764d1a85b3d88bbb /sys/dev/sr
parentb8313fcc34fadcf46f1ff42a9c2cb3fdf93a7710 (diff)
downloadFreeBSD-src-628b90e4ea2d9a91912eec03ae3440ea3865f558.zip
FreeBSD-src-628b90e4ea2d9a91912eec03ae3440ea3865f558.tar.gz
Fix typo in previous commit.
Diffstat (limited to 'sys/dev/sr')
-rw-r--r--sys/dev/sr/if_sr.c2
-rw-r--r--sys/dev/sr/if_sr_isa.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sr/if_sr.c b/sys/dev/sr/if_sr.c
index 50647bb..1827793 100644
--- a/sys/dev/sr/if_sr.c
+++ b/sys/dev/sr/if_sr.c
@@ -382,7 +382,7 @@ static ng_newhook_t ngsr_newhook;
/*static ng_findhook_t ngsr_findhook; */
static ng_connect_t ngsr_connect;
static ng_rcvdata_t ngsr_rcvdata;
-static ng_disconnect_t ngsngsrsconnect;
+static ng_disconnect_t ngsr_disconnect;
static struct ng_type typestruct = {
NG_VERSION,
diff --git a/sys/dev/sr/if_sr_isa.c b/sys/dev/sr/if_sr_isa.c
index 50647bb..1827793 100644
--- a/sys/dev/sr/if_sr_isa.c
+++ b/sys/dev/sr/if_sr_isa.c
@@ -382,7 +382,7 @@ static ng_newhook_t ngsr_newhook;
/*static ng_findhook_t ngsr_findhook; */
static ng_connect_t ngsr_connect;
static ng_rcvdata_t ngsr_rcvdata;
-static ng_disconnect_t ngsngsrsconnect;
+static ng_disconnect_t ngsr_disconnect;
static struct ng_type typestruct = {
NG_VERSION,
OpenPOWER on IntegriCloud