aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pms
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2020-02-07 19:53:07 +0000
committerEd Maste <emaste@FreeBSD.org>2020-02-07 19:53:07 +0000
commit5aa0576b330d8ecdf4506b1819c6be838a851e50 (patch)
treee2d5273e67b1d3acee448133361adbf81a7268a2 /sys/dev/pms
parent723180da5978dcc980d754534061238273453b45 (diff)
Notes
Diffstat (limited to 'sys/dev/pms')
-rw-r--r--sys/dev/pms/RefTisa/discovery/dm/dmdisc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pms/RefTisa/discovery/dm/dmdisc.c b/sys/dev/pms/RefTisa/discovery/dm/dmdisc.c
index a792fbe1e681..9bee9722cc56 100644
--- a/sys/dev/pms/RefTisa/discovery/dm/dmdisc.c
+++ b/sys/dev/pms/RefTisa/discovery/dm/dmdisc.c
@@ -5618,7 +5618,7 @@ dmSubReportRemovals(
}
- /* this function is called at the end of discovery; reinitalizes oneDeviceData->reported */
+ /* this function is called at the end of discovery; reinitializes oneDeviceData->reported */
oneDeviceData->reported = agFALSE;
return;
}
@@ -5661,7 +5661,7 @@ dmSubReportChanges(
}
- /* this function is called at the end of discovery; reinitalizes oneDeviceData->reported */
+ /* this function is called at the end of discovery; reinitializes oneDeviceData->reported */
oneDeviceData->reported = agFALSE;
return;
}