diff options
author | Roger Leigh <rleigh@debian.org> | 2009-01-11 22:30:37 +0000 |
---|---|---|
committer | Roger Leigh <rleigh@debian.org> | 2009-01-11 22:30:37 +0000 |
commit | 3a2b1c62c24ce5178365e3dfdd6ce065ef145b5e (patch) | |
tree | 99a294689af327ca6a1712c384679b155a8adff9 /bin | |
parent | a1d9e58974fa51415558ef6e901dba02073c5c75 (diff) | |
download | schroot-3a2b1c62c24ce5178365e3dfdd6ce065ef145b5e.tar.gz |
[csbuild] Correct variable name in doxygen comment
Diffstat (limited to 'bin')
-rw-r--r-- | bin/csbuild/csbuild-debian-changes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/csbuild/csbuild-debian-changes.h b/bin/csbuild/csbuild-debian-changes.h index cd82471a..598c8294 100644 --- a/bin/csbuild/csbuild-debian-changes.h +++ b/bin/csbuild/csbuild-debian-changes.h @@ -469,7 +469,7 @@ namespace csbuild * debian_changes initialisation from an istream. * * @param stream the stream to input from. - * @param kf the debian_changes to set. + * @param dc the debian_changes to set. * @returns the stream. */ template <class charT, class traits> |