Browse Source

test: minor comment fix

Mark Yen 12 years ago
parent
commit
a454c09194
1 changed files with 1 additions and 1 deletions
  1. 1 1
      xpcom/test/test_component/py_test_component.py

+ 1 - 1
xpcom/test/test_component/py_test_component.py

@@ -225,7 +225,7 @@ class PythonTestComponent:
     UpString2 = UpString
         # // UpString2 defines count as only "in", and a string as only "out"
         #     void UpString2(in PRUint32 count, 
-        #               [size_is(count)] inout string in_str,
+        #               [size_is(count)] in string in_str,
         #               [size_is(count)]out string out_str);
 
     def GetFixedString(self, count):