changeset 6673:82f53dd5a79c octave-forge

control-oo: clarify texinfo string
author paramaniac
date Tue, 09 Feb 2010 11:59:51 +0000
parents b78184cf7b2a
children d3ca12ac8020
files extra/control-oo/inst/covar.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/extra/control-oo/inst/covar.m	Tue Feb 09 11:17:33 2010 +0000
+++ b/extra/control-oo/inst/covar.m	Tue Feb 09 11:59:51 2010 +0000
@@ -19,7 +19,7 @@
 ## @deftypefn{Function File} {[@var{p}, @var{q}] =} covar (@var{sys}, @var{w})
 ## Return the (steady-state) output covariance p as well as the state
 ## covariance q for a lti model sys driven by the Gaussian white noise
-## inputs w.
+## inputs of intensity w.
 ## @end deftypefn
 
 ## Author: Lukas Reichlin <lukas.reichlin@gmail.com>