tests: Fix typo in comment.
* gnu/tests.scm: Add missing word in commentary.
This commit is contained in:
parent
6bd072ff66
commit
f79313b387
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@
|
||||||
;;;
|
;;;
|
||||||
;;; This module provides the infrastructure to run operating system tests.
|
;;; This module provides the infrastructure to run operating system tests.
|
||||||
;;; The most important part of that is tools to instrument the OS under test,
|
;;; The most important part of that is tools to instrument the OS under test,
|
||||||
;;; essentially allowing to run in a virtual machine controlled by the host
|
;;; essentially allowing it to run in a virtual machine controlled by the host
|
||||||
;;; system--hence the name "marionette".
|
;;; system--hence the name "marionette".
|
||||||
;;;
|
;;;
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
Reference in a new issue