diff options
Diffstat (limited to 'test/notsosimplevector.cc')
-rw-r--r-- | test/notsosimplevector.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/notsosimplevector.cc b/test/notsosimplevector.cc index 228734ee..1398c191 100644 --- a/test/notsosimplevector.cc +++ b/test/notsosimplevector.cc @@ -3,7 +3,7 @@ static void print (lout::misc::NotSoSimpleVector<int> *v) { for (int i = 0; i < v->size(); i++) { - // Uncomment für debugging, after making the respective members public. + // Uncomment for debugging, after making the respective members public. //if (v->startExtra != -1 && i == v->startExtra + v->numExtra) // printf (" ]"); if (i > 0) |