diff --git a/packages/ERTP/src/legacy-payment-helpers.js b/packages/ERTP/src/legacy-payment-helpers.js
index f52d2f92ee6d..569c41b4ffb6 100644
--- a/packages/ERTP/src/legacy-payment-helpers.js
+++ b/packages/ERTP/src/legacy-payment-helpers.js
@@ -6,7 +6,7 @@ import { mustMatch } from '@agoric/store';
import { AmountMath } from './amountMath.js';
/**
- * @import {ERef} from '@endo/far');
+ * @import {ERef} from '@endo/far';
* @import {Amount, AssetKind, AmountValue, AssetKindForValue, Payment, Brand, Purse} from './types.js'
*/
diff --git a/packages/ERTP/src/transientNotifier.js b/packages/ERTP/src/transientNotifier.js
index a01eaeb28c14..112c358a5a21 100644
--- a/packages/ERTP/src/transientNotifier.js
+++ b/packages/ERTP/src/transientNotifier.js
@@ -6,7 +6,7 @@ import { makeNotifierKit } from '@agoric/notifier';
/**
* @import {Purse} from './types.js';
- * @import {LatestTopic, NotifierRecord} from '@agoric/notifier');
+ * @import {LatestTopic, NotifierRecord} from '@agoric/notifier';
*/
// Note: Virtual for high cardinality, but *not* durable, and so
diff --git a/packages/ERTP/src/types.js b/packages/ERTP/src/types.js
index 64dca7c5c8a7..c51820cf59a6 100644
--- a/packages/ERTP/src/types.js
+++ b/packages/ERTP/src/types.js
@@ -5,9 +5,9 @@ export {};
///
/**
- * @import {Passable, RemotableObject} from '@endo/pass-style')
- * @import {CopyBag, CopySet, Key} from '@endo/patterns')
- * @import {LatestTopic, NotifierRecord} from '@agoric/notifier');
+ * @import {Passable, RemotableObject} from '@endo/pass-style'
+ * @import {CopyBag, CopySet, Key} from '@endo/patterns'
+ * @import {LatestTopic, NotifierRecord} from '@agoric/notifier'
*/
/** @typedef {{ brand: Brand<'nat'>; value: bigint }} NatAmount */
diff --git a/packages/SwingSet/src/types-external.js b/packages/SwingSet/src/types-external.js
index 7b45acfa86ca..2a60b954d4cd 100644
--- a/packages/SwingSet/src/types-external.js
+++ b/packages/SwingSet/src/types-external.js
@@ -3,8 +3,8 @@
export {};
/**
- * @import {Guarded} from '@endo/exo')
- * @import {Passable, RemotableObject} from '@endo/pass-style')
+ * @import {Guarded} from '@endo/exo'
+ * @import {Passable, RemotableObject} from '@endo/pass-style'
*/
/* This file defines types that part of the external API of swingset. That
diff --git a/packages/SwingSet/src/vats/timer/vat-timer.js b/packages/SwingSet/src/vats/timer/vat-timer.js
index 7ea007bf2ccd..502d6fb8c11d 100644
--- a/packages/SwingSet/src/vats/timer/vat-timer.js
+++ b/packages/SwingSet/src/vats/timer/vat-timer.js
@@ -16,8 +16,8 @@ import { makeScalarWeakMapStore } from '@agoric/store';
import { TimeMath } from '@agoric/time';
/**
- * @import {Passable, RemotableObject} from '@endo/pass-style')
- * @import {Key} from '@endo/patterns')
+ * @import {Passable, RemotableObject} from '@endo/pass-style'
+ * @import {Key} from '@endo/patterns'
*/
// This consumes O(N) RAM only for outstanding promises, via wakeAt(),
diff --git a/packages/inter-protocol/src/proposals/utils.js b/packages/inter-protocol/src/proposals/utils.js
index 4dce2abdad3f..f632713cc7ef 100644
--- a/packages/inter-protocol/src/proposals/utils.js
+++ b/packages/inter-protocol/src/proposals/utils.js
@@ -3,7 +3,7 @@ import { E } from '@endo/far';
import { WalletName } from '@agoric/internal';
import { getCopyMapEntries, makeCopyMap } from '@agoric/store';
-/** @import {CopyMap} from '@endo/patterns') */
+/** @import {CopyMap} from '@endo/patterns' */
/**
* @param {ERef} nameAdmin
diff --git a/packages/store/src/stores/scalarMapStore.js b/packages/store/src/stores/scalarMapStore.js
index 2a9cf63cd180..9264a70d2fb5 100644
--- a/packages/store/src/stores/scalarMapStore.js
+++ b/packages/store/src/stores/scalarMapStore.js
@@ -17,8 +17,8 @@ import { makeWeakMapStoreMethods } from './scalarWeakMapStore.js';
import { makeCurrentKeysKit } from './store-utils.js';
/**
- * @import {Passable} from '@endo/pass-style');
- * @import {Key, Pattern} from '@endo/patterns');
+ * @import {Passable} from '@endo/pass-style';
+ * @import {Key, Pattern} from '@endo/patterns';
* @import {MapStore, MapStoreMethods, StoreOptions} from '../types.js';
*/
diff --git a/packages/store/src/stores/scalarSetStore.js b/packages/store/src/stores/scalarSetStore.js
index e49b4edf077e..bf11d30ee33e 100644
--- a/packages/store/src/stores/scalarSetStore.js
+++ b/packages/store/src/stores/scalarSetStore.js
@@ -12,7 +12,7 @@ import { makeWeakSetStoreMethods } from './scalarWeakSetStore.js';
import { makeCurrentKeysKit } from './store-utils.js';
/**
- * @import {Key, Pattern} from '@endo/patterns');
+ * @import {Key, Pattern} from '@endo/patterns';
* @import {SetStore, SetStoreMethods, StoreOptions} from '../types.js';
*/
diff --git a/packages/vats/src/lib-board.js b/packages/vats/src/lib-board.js
index f1c7a23a48f3..f450d8e8cde7 100644
--- a/packages/vats/src/lib-board.js
+++ b/packages/vats/src/lib-board.js
@@ -17,7 +17,7 @@ import { crc6 } from './crc.js';
/**
* @import {RemotableObject} from '@endo/pass-style';
- * @import {Key} from '@endo/patterns');
+ * @import {Key} from '@endo/patterns';
*/
export const DEFAULT_CRC_DIGITS = 2;
diff --git a/packages/vats/src/vat-bank.js b/packages/vats/src/vat-bank.js
index 5922a85586c5..5ef7d6570816 100644
--- a/packages/vats/src/vat-bank.js
+++ b/packages/vats/src/vat-bank.js
@@ -22,8 +22,8 @@ import {
} from './virtual-purse.js';
/**
- * @import {Guarded} from '@endo/exo')
- * @import {Passable, RemotableObject} from '@endo/pass-style')
+ * @import {Guarded} from '@endo/exo'
+ * @import {Passable, RemotableObject} from '@endo/pass-style'
*/
const { VirtualPurseControllerI } = makeVirtualPurseKitIKit();