From: Roger Sayle Date: Sun, 2 Mar 2003 01:42:58 +0000 (+0000) Subject: Fix typo "code" -> "@code" in my last commit. Sorry for any inconvenience. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=efa66a7432dc34c18c2933a720291065bd0899b5;p=gcc.git Fix typo "code" -> "@code" in my last commit. Sorry for any inconvenience. From-SVN: r63651 --- diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index a74c7513bb5..f09ee529f37 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -4683,7 +4683,7 @@ The ISO C90 functions @code{abort}, @code{abs}, @code{atan2}, @code{ceil}, @code{fprintf}, @code{fputs}, @code{labs}, @code{log}, @code{memcmp}, @code{memcpy}, @code{memset}, @code{pow}, @code{printf}, @code{putchar}, @code{puts}, @code{scanf}, @code{sin}, @code{snprintf}, -@code{sprintf}, code{sqrt}, @code{sscanf}, +@code{sprintf}, @code{sqrt}, @code{sscanf}, @code{strcat}, @code{strchr}, @code{strcmp}, @code{strcpy}, @code{strcspn}, @code{strlen}, @code{strncat}, @code{strncmp}, @code{strncpy}, @code{strpbrk}, @code{strrchr}, @code{strspn}, @code{strstr},