diff options
author | Jon Nordby <jononor@gmail.com> | 2012-07-29 14:56:43 +0200 |
---|---|---|
committer | Jon Nordby <jononor@gmail.com> | 2012-07-29 14:56:43 +0200 |
commit | d018236426c31cc8050ef4c02c65b66988d9a6ad (patch) | |
tree | 36a86cd8453892b42cc6b469018a982631eb5636 /tests | |
parent | 764366f7e4ef5a765a24ffac8c60b811f38b9ad9 (diff) | |
download | gobject-introspection-d018236426c31cc8050ef4c02c65b66988d9a6ad.tar.gz |
tests: Fix comment about expected result
Diffstat (limited to 'tests')
-rw-r--r-- | tests/scanner/regress.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scanner/regress.h b/tests/scanner/regress.h index 5147068f..d8db7aa8 100644 --- a/tests/scanner/regress.h +++ b/tests/scanner/regress.h @@ -895,7 +895,7 @@ typedef struct { * RegressRenameToStruct: * * A type with the same name as the library prefix. With the following - * directive, should be available as RegressRenameToStruct.Object + * directive, should be available as Regress.Object * * Rename to: Object **/ |