string: Replace outdated comments in strlen().
authorRicardo Bittencourt <bluepenguin@gmail.com>
Sun, 20 Mar 2022 01:04:42 +0000 (22:04 -0300)
committerNoah Goldstein <goldstein.w.n@gmail.com>
Sat, 9 Apr 2022 16:45:31 +0000 (11:45 -0500)
commitc0efbf8920844b940b85ea340ea2eaee70da2fc0
tree088b9e822803e5658f7cc5b3940ab0ccafc1a789
parent5325233313c66aea13e86f5dd59618e9dd74b510
string: Replace outdated comments in strlen().

Copyright The GNU Toolchain Authors.

The comments on strlen() don't match what the actual code does. They
describe an older algorithm which is no longer in use. This change
replace the old comments with new ones describing the algorithm used.

I am a first time contributor, and I believe there is no need for
copyright assignment, since the file changed is not in the shared
source files list.

This patch only changes comments, but for safety I have run the tests in
my x64 ubuntu machine, with the following results:

Summary of test results:
   5051 PASS
     80 UNSUPPORTED
     16 XFAIL
      6 XPASS

Signed-off-by: Ricardo Bittencourt <bluepenguin@gmail.com>
string/strlen.c