Update Doku aus Driversourcen
Change-Id: I455f0813b970151089b3dc1b8d9407eea323cdd1
diff --git a/doc/applied/reset b/doc/applied/reset
index db08bec..9a83018 100644
--- a/doc/applied/reset
+++ b/doc/applied/reset
@@ -9,7 +9,7 @@
implementations still follow this tradition.
In compat mode, reset() was called with arg 0 after the object
- was compiled, and with arg != 0 every once in a while. In
+ was compiled, and with arg != 0 every once in a while. In
native mode, create() is called after compiling, and reset()
is called without arguments every once in a while.
@@ -18,7 +18,7 @@
called, you're on the new version and reset() is not called
for object creation. You may call reset() from create() and
vice versa, but make sure they do not call each other
- recursive on either type of driver.
+ recursively on either type of driver.
reset() will be called only in objects that have been used
since the last call to reset(), i.e. a function in them was