diff options
Diffstat (limited to '')
-rw-r--r-- | dom/chrome-webidl/IOUtils.webidl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/chrome-webidl/IOUtils.webidl b/dom/chrome-webidl/IOUtils.webidl index a3e19c0401..cc0d25bcd6 100644 --- a/dom/chrome-webidl/IOUtils.webidl +++ b/dom/chrome-webidl/IOUtils.webidl @@ -417,7 +417,7 @@ partial namespace IOUtils { * but it would use u16-based strings, so it would basically be a separate * copy of the bindings.) * - * This interface was added for use by `Subprocess.sys.jsm`; other would-be + * This interface was added for use by `Subprocess.sys.mjs`; other would-be * callers may want to just use Subprocess instead of calling this directly. * * @param argv The command to run and its arguments. |