diff --git a/tests/regress/potential_memory_leak.py b/tests/regress/potential_memory_leak.py index 46caa6d3..29a29987 100755 --- a/tests/regress/potential_memory_leak.py +++ b/tests/regress/potential_memory_leak.py @@ -14,7 +14,7 @@ class MemoryLeak(regress.RegressTest): elif platform.system() == "Linux": rusage_multiplier = 1024 else: - # resource.getrusage(...) is platform dependent. Only tested under Mac and Linux. + # resource.getrusage(...) is platform dependent. Only tested under OS X and Linux. return max_rss_before = resource.getrusage(resource.RUSAGE_SELF).ru_maxrss * rusage_multiplier for i in xrange(10000):