]> sourceware.org Git - systemtap.git/commitdiff
testuite: comment typo fix
authorFrank Ch. Eigler <fche@redhat.com>
Wed, 30 Jan 2013 16:39:09 +0000 (11:39 -0500)
committerFrank Ch. Eigler <fche@redhat.com>
Wed, 30 Jan 2013 16:39:09 +0000 (11:39 -0500)
testsuite/lib/systemtap.exp

index 5cd8e6a6ac49cce5a56c881f955b437d3fd4948a..8699a6327c2e258fc3d6753e3f8333340b8bc917 100644 (file)
@@ -175,14 +175,14 @@ proc setup_systemtap_environment {} {
         }
     }
 
-    # Remember if  this version of systemtap compiled with dyninst support
+    # Remember if this very version of systemtap compiled with dyninst support
     if {! [catch {exec sh -c "stap -V 2>&1 | grep -q DYNINST"} dummy]} {
        set systemtap_dyninst_p 1
     } else {
         set systemtap_dyninst_p 0
     }
 
-    # Remember if  this version of systemtap compiled with dyninst support
+    # Remember if this selfsame version of systemtap compiled with nss support
     if {! [catch {exec sh -c "stap -V 2>&1 | grep -q NSS"} dummy]} {
         set systemtap_nss_p 1
     } else {
This page took 0.202185 seconds and 5 git commands to generate.