commit 31d169106407ca6eb0b4d4c50d8627ad7d0cd373 Author: Egeyar Bagcioglu Date: Mon Feb 3 18:13:44 2020 +0100 Obvious fixes within comments. diff --git a/ChangeLog b/ChangeLog index f782e1cd..1b4e2ef3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2020-02-03 Egeyar Bagcioglu + + * pickles/ctf.pk: Correct the filename on the first line of the file. + * src/ios-dev-mem.c: Likewise. + * src/ios.h: Fix typo. + 2020-02-03 Jose E. Marchesi * bootstrap.conf (gnulib_modules): Import pmccabe2html module. diff --git a/pickles/ctf.pk b/pickles/ctf.pk index 71c0dfd1..3fd08b59 100644 --- a/pickles/ctf.pk +++ b/pickles/ctf.pk @@ -1,4 +1,4 @@ -/* elf.pk - CTF implementation for GNU poke. */ +/* ctf.pk - CTF implementation for GNU poke. */ /* Copyright (C) 2019, 2020 Oracle Inc. */ diff --git a/src/ios-dev-mem.c b/src/ios-dev-mem.c index 7d191ecd..3a6ffb3f 100644 --- a/src/ios-dev-mem.c +++ b/src/ios-dev-mem.c @@ -1,4 +1,4 @@ -/* ios-dev-file.c - Memory IO devices. */ +/* ios-dev-mem.c - Memory IO devices. */ /* Copyright (C) 2020 Jose E. Marchesi */ diff --git a/src/ios.h b/src/ios.h index ca24fa38..87cf5062 100644 --- a/src/ios.h +++ b/src/ios.h @@ -136,9 +136,9 @@ typedef int64_t ios_off; there is an error opening the space (such as an unrecognized handler), the ID of the new IOS otherwise. - FLAGS is a bitmask. The least significative 32 bits are - reservedfor common flags (the IOS_F_* above). The most - significative 32 bits are reserved for IOD specific flags. + FLAGS is a bitmask. The least significant 32 bits are + reserved for common flags (the IOS_F_* above). The most + significant 32 bits are reserved for IOD specific flags. If no IOS_F_READ or IOS_F_WRITE flags are specified, then the IOS will be opened in whatever mode makes more sense. */