X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=tests%2Fsession.c;h=2ca16b3a6da4a15612de9244d9569e34b24fb262;hp=d6895af8f4ec174ee19c785f3ac0f2876f263741;hb=868fd207a7506ae2ab48d6a8755350e452d60521;hpb=c052046717c09758bbdf62819e0029dddcae7159 diff --git a/tests/session.c b/tests/session.c index d6895af..2ca16b3 100644 --- a/tests/session.c +++ b/tests/session.c @@ -204,7 +204,7 @@ START_TEST(test_session_metadata_set_bogus) srd_init(NULL); srd_session_new(&sess); - /* Incorrect gvariant type (currently only uint64 is used). */ + /* Incorrect GVariant type (currently only uint64 is used). */ conf_check_fail_str(sess, SRD_CONF_SAMPLERATE, ""); conf_check_fail_str(sess, SRD_CONF_SAMPLERATE, "Foo");