diff -r 6a26ca985d90 -r 849a0b46c767 commands/uidinfo/uidinfo.cpp --- a/commands/uidinfo/uidinfo.cpp Wed Oct 13 15:07:15 2010 +0100 +++ b/commands/uidinfo/uidinfo.cpp Sun Oct 17 18:43:12 2010 +0100 @@ -77,7 +77,7 @@ if (iStdin) { Stdin().SetReadModeL(RIoReadHandle::ELine); - TBuf<512> lineBuf; // Note, the code below doesn't properly handle the situation where a given line of input in longer than this buffer. + TBuf<512> lineBuf; // Note, the code below doesn't properly handle the situation where a given line of input is longer than this buffer. while (ETrue) { TInt err = Stdin().Read(lineBuf);