Index: build/linux/sysroot_scripts/merge-package-lists.py |
diff --git a/build/linux/sysroot_scripts/merge-package-lists.py b/build/linux/sysroot_scripts/merge-package-lists.py |
index caad144ab8bc5bb1df2cdfbe4437ee29fa2ae66a..ae9095d18b176859439d062f4e379bb13ecd1fab 100755 |
--- a/build/linux/sysroot_scripts/merge-package-lists.py |
+++ b/build/linux/sysroot_scripts/merge-package-lists.py |
@@ -6,8 +6,8 @@ |
"""Merge package entries from different package lists. |
""" |
-# This is used for replacing packages in eg. trusty with those in |
-# trusty-updates. The updated packages are ABI compatible, but |
+# This is used for replacing packages in eg. jessie with those in |
+# jessie-updates. The updated packages are ABI compatible, but |
# include security patches, so we should use those instead in our |
# sysroots. |