All of lore.kernel.org
 help / color / mirror / Atom feed
From: Leif Lindholm <leif.lindholm@arm.com>
To: grub-devel@gnu.org
Subject: [PATCH] Typo in types.h
Date: Mon, 26 Nov 2012 17:44:10 +0000	[thread overview]
Message-ID: <50B3AA6A.2000001@arm.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 91 bytes --]

& -> &&

Current version functionally correct, but reads a bit funny.

Regards,

Leif

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: types_h.patch --]
[-- Type: text/x-patch; name=types_h.patch, Size: 513 bytes --]

=== modified file 'include/grub/types.h'
--- include/grub/types.h	2012-06-07 12:07:02 +0000
+++ include/grub/types.h	2012-11-26 17:40:33 +0000
@@ -50,7 +50,7 @@
 # error "This architecture is not supported because sizeof(void *) != 4 and sizeof(void *) != 8"
 #endif
 
-#if !defined (GRUB_UTIL) & !defined (GRUB_TARGET_WORDSIZE)
+#if !defined (GRUB_UTIL) && !defined (GRUB_TARGET_WORDSIZE)
 # if GRUB_TARGET_SIZEOF_VOID_P == 4
 #  define GRUB_TARGET_WORDSIZE 32
 # elif GRUB_TARGET_SIZEOF_VOID_P == 8

             reply	other threads:[~2012-11-26 17:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-26 17:44 Leif Lindholm [this message]
2012-11-28 12:27 ` [PATCH] Typo in types.h Vladimir 'φ-coder/phcoder' Serbinenko
2012-11-28 12:47   ` Leif Lindholm

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=50B3AA6A.2000001@arm.com \
    --to=leif.lindholm@arm.com \
    --cc=grub-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.