diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2016-12-07 19:29:49 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2016-12-07 19:38:49 +0900 |
commit | 878461f96730b0930c5f397a205d0239ad034fe5 (patch) | |
tree | 1b6763fe71b866b4af4fb9c8ab14e1ba6fffb823 /include | |
parent | a08cb3b52ea4a071ce8eb5a1786ea45fd211ab78 (diff) |
Fix typo in comments: et -> ed
Change-Id: I447c46cc3d66c7f482314626826dd708bf1c01c4
Diffstat (limited to 'include')
-rw-r--r-- | include/jvmfwk/framework.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/jvmfwk/framework.hxx b/include/jvmfwk/framework.hxx index 3edaaa54c961..c8be2dc76413 100644 --- a/include/jvmfwk/framework.hxx +++ b/include/jvmfwk/framework.hxx @@ -521,7 +521,7 @@ JVMFWK_DLLPUBLIC javaFrameworkError jfw_startVM( /** determines the JRE that is to be used. - <p>When calling <code>jfw_startVM</code> then a VM is startet from + <p>When calling <code>jfw_startVM</code> then a VM is started from the JRE that is determined by this function.<br/> It is not verified if the JRE represented by the <code>JavaInfo</code> argument meets the requirements as specified by the javavendors.xml file. |