Changeset 6266cc6 in mainline


Ignore:
Timestamp:
2012-08-12T22:00:02Z (12 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c3fe001
Parents:
d7978525
Message:

fix capitalization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/ext4fs/ext4fs.c

    rd7978525 r6266cc6  
    5454int main(int argc, char **argv)
    5555{
    56         printf("%s: HelenOS EXT4 file system server\n", NAME);
     56        printf("%s: HelenOS ext4 file system server\n", NAME);
    5757       
    5858        if (argc == 3) {
Note: See TracChangeset for help on using the changeset viewer.