summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/flash.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/flash.cpp b/static/flash.cpp
index 3ca7bfc..6fc4563 100644
--- a/static/flash.cpp
+++ b/static/flash.cpp
@@ -21,7 +21,7 @@ namespace fs = std::experimental::filesystem;
void Activation::flashWrite()
{
- // For static layout code update, just put image in /run/initramfs.
+ // For static layout code update, just put images in /run/initramfs.
// It expects user to trigger a reboot and an updater script will program
// the image to flash during reboot.
fs::path uploadDir(IMG_UPLOAD_DIR);
OpenPOWER on IntegriCloud