summarylogtreecommitdiffstats
path: root/chrome-shutdown-hook.py
diff options
context:
space:
mode:
Diffstat (limited to 'chrome-shutdown-hook.py')
-rw-r--r--chrome-shutdown-hook.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome-shutdown-hook.py b/chrome-shutdown-hook.py
index 29c73b213f72..fbf3dc6de623 100644
--- a/chrome-shutdown-hook.py
+++ b/chrome-shutdown-hook.py
@@ -15,7 +15,7 @@ import gtk
def chrome_clean_shutdown(*args):
if subprocess.call('/usr/bin/pkill -15 -P 1 chrome', shell=True) == 1:
- subprocess.call('/usr/bin/pkill -15 -o chrome', shell=True) // if no parent, kill the oldest process
+ subprocess.call('/usr/bin/pkill -15 -o chrome', shell=True) # if no parent, kill the oldest process
return True